forked from Lainports/opnsense-ports
12 lines
283 B
Text
12 lines
283 B
Text
--- activehs-base.cabal.orig 2012-09-11 07:56:08 UTC
|
|
+++ activehs-base.cabal
|
|
@@ -21,7 +21,7 @@ Library
|
|
Exposed-Modules:
|
|
ActiveHs.Base
|
|
Build-Depends:
|
|
- base >= 4.0 && < 4.7,
|
|
- QuickCheck >= 2.4 && < 2.6
|
|
+ base >= 4.0 && < 4.9,
|
|
+ QuickCheck >= 2.4 && < 2.9
|
|
|
|
|