1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/science/hs-bio/files/patch-bio.cabal
Gabor Pali 80cfee18ce - Update to 0.5.1
Obtained from:	FreeBSD Haskell
2012-02-13 05:20:41 +00:00

12 lines
474 B
Plaintext

--- ./bio.cabal.orig 2011-12-15 12:56:28.000000000 +0100
+++ ./bio.cabal 2011-12-17 11:02:26.000000000 +0100
@@ -38,7 +38,7 @@
Default: True
Library
- Build-Depends: base>=4 && <5, binary >=0.4 && <0.5, tagsoup>=0.8, bytestring >= 0.9.1,
+ Build-Depends: base>=4 && <5, binary >=0.4, tagsoup>=0.8, bytestring >= 0.9.1,
containers, array, parallel, parsec, mtl, directory, QuickCheck >= 2
Exposed-modules: Bio.Sequence,