Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-data-pprint/files/patch-data-pprint.cabal
| --- data-pprint.cabal.orig 2017-07-10 15:51:41 UTC | --- data-pprint.cabal.orig 2016-05-24 15:33:57 UTC | ||||
| +++ data-pprint.cabal | +++ data-pprint.cabal | ||||
| @@ -72,6 +72,6 @@ library | @@ -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, | pretty >= 1.0 && < 1.2, | ||||
| mtl >= 2.0 && < 2.3, | mtl >= 2.0 && < 2.3, | ||||
| deepseq >= 1.1 && < 1.5, | deepseq >= 1.1 && < 1.5, | ||||
| - time >= 1.2 && < 1.6, | - time >= 1.2 && < 1.6, | ||||
| + time >= 1.2 && < 1.7, | + time >= 1.2 && < 1.9, | ||||
| parallel >= 3.1 && < 3.3 | parallel >= 3.1 && < 3.3 | ||||