Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-activehs-base/files/patch-activehs-base.cabal
- This file was added.
--- activehs-base.cabal.orig 2012-09-11 07:56:08 UTC | --- activehs-base.cabal.orig 2017-07-11 16:35:24 UTC | ||||
+++ activehs-base.cabal | +++ activehs-base.cabal | ||||
@@ -21,7 +21,7 @@ Library | @@ -22,6 +22,6 @@ Library | ||||
Exposed-Modules: | |||||
ActiveHs.Base | ActiveHs.Base | ||||
Build-Depends: | Build-Depends: | ||||
- base >= 4.0 && < 4.7, | base >= 4.0 && < 4.10, | ||||
- QuickCheck >= 2.4 && < 2.6 | - QuickCheck >= 2.4 && < 2.9 | ||||
+ base >= 4.0 && < 4.9, | + QuickCheck >= 2.4 && < 2.11 | ||||
+ QuickCheck >= 2.4 && < 2.9 | |||||