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

Reply via email to