forked from Lainports/opnsense-ports
14 lines
391 B
Text
14 lines
391 B
Text
--- data-pprint.cabal.orig 2016-05-24 15:33:57 UTC
|
|
+++ data-pprint.cabal
|
|
@@ -68,10 +68,10 @@ library
|
|
System.IO.Parallel
|
|
other-modules:
|
|
build-depends:
|
|
- base >= 4.0 && < 4.10,
|
|
+ base >= 4.0 && < 4.12,
|
|
pretty >= 1.0 && < 1.2,
|
|
mtl >= 2.0 && < 2.3,
|
|
deepseq >= 1.1 && < 1.5,
|
|
- time >= 1.2 && < 1.6,
|
|
+ time >= 1.2 && < 1.9,
|
|
parallel >= 3.1 && < 3.3
|