diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-07-27 19:58:46 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-07-27 19:58:46 +0000 |
commit | 9a2ab0b727c2cd8e4b10c888e80b6ea8925a6e7b (patch) | |
tree | a5abbae43b6fb6e09bef996389468102ce09fdbc /dev-haskell/quickcheck/files | |
parent | Fix building with gcc-4.4, bug #273506 (diff) | |
download | historical-9a2ab0b727c2cd8e4b10c888e80b6ea8925a6e7b.tar.gz historical-9a2ab0b727c2cd8e4b10c888e80b6ea8925a6e7b.tar.bz2 historical-9a2ab0b727c2cd8e4b10c888e80b6ea8925a6e7b.zip |
Fix dev-haskell/quickcheck-1.1.0.0 to compile with dev-lang/ghc-6.10
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/quickcheck/files')
-rw-r--r-- | dev-haskell/quickcheck/files/quickcheck-1.1.0.0-ghc-6.10-build-fix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-haskell/quickcheck/files/quickcheck-1.1.0.0-ghc-6.10-build-fix.patch b/dev-haskell/quickcheck/files/quickcheck-1.1.0.0-ghc-6.10-build-fix.patch new file mode 100644 index 000000000000..2b74a3b90c30 --- /dev/null +++ b/dev-haskell/quickcheck/files/quickcheck-1.1.0.0-ghc-6.10-build-fix.patch @@ -0,0 +1,13 @@ +diff --git a/QuickCheck.cabal b/QuickCheck.cabal +index b08e03a..f84a32f 100644 +--- a/QuickCheck.cabal ++++ b/QuickCheck.cabal +@@ -33,7 +33,7 @@ library + Test.QuickCheck.Utils, + Test.QuickCheck + if flag(split-base) +- build-depends: base >= 3, random ++ build-depends: base >= 3 && < 4, random + else + build-depends: base < 3 + extensions: CPP |