Sorry for the late answer - but "bio" is deprecated these days, you
should use biofasta (and biocore, etc) instead.

(Note that you may have to get it off GitHub rather than with
cabal-install, I'm afraid I've been lazy about pushing updates in that
direction lately.)

-k

On 2017-03-21 15:50 (+0100), "Youensclark, Ken - (kyclark)" 
<kycl...@email.arizona.edu> wrote:

> I wanted to use Bio.Sequence.Fasta with a stack project.  To my “*.cabal” 
> file, I added:
>
>> library
>>   hs-source-dirs:      src
>>   exposed-modules:     Lib
>>   build-depends:       base >= 4.7 && < 5
>>                      , bio
>
>
> Then stack wanted me to add this to my project’s “stack.yaml” file:
>
>> extra-deps:
>> - bio-0.5.3
>
>
> Then I try:
>
>> $ stack build
>> 
>> Error: While constructing the build plan, the following exceptions were 
>> encountered:
>> 
>> In the dependencies for bio-0.5.3:
>>     binary-0.8.3.0 must match >=0.4 && <0.5 (latest applicable is 0.4.5)
>> needed due to mode-reader-0.1.0.0 -> bio-0.5.3
>> 
>> Plan construction failed.
>
>
> How do I get around this?  
>
> Ken
> _______________________________________________
> Biohaskell mailing list
> Biohaskell@biohaskell.org
> http://biohaskell.org/cgi-bin/mailman/listinfo/biohaskell

-- 
If I haven't seen further, it is by standing in the footprints of giants
_______________________________________________
Biohaskell mailing list
Biohaskell@biohaskell.org
http://biohaskell.org/cgi-bin/mailman/listinfo/biohaskell

Reply via email to