summaryrefslogtreecommitdiff
path: root/devel/hs-data-pprint/files/patch-data-pprint.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-data-pprint/files/patch-data-pprint.cabal')
-rw-r--r--devel/hs-data-pprint/files/patch-data-pprint.cabal24
1 files changed, 0 insertions, 24 deletions
diff --git a/devel/hs-data-pprint/files/patch-data-pprint.cabal b/devel/hs-data-pprint/files/patch-data-pprint.cabal
deleted file mode 100644
index 648b16e8289f..000000000000
--- a/devel/hs-data-pprint/files/patch-data-pprint.cabal
+++ /dev/null
@@ -1,24 +0,0 @@
---- data-pprint.cabal.orig 2016-05-24 15:33:57 UTC
-+++ data-pprint.cabal
-@@ -30,7 +30,7 @@ description:
- > [1..10] === reverse [10..1]
- > reverse [10..] === [1..]
- > [1..] === [1..99] ++ [101..]
-- > ([1..], [1..]) === ([1..], [1..100])
-+ > ([1..], [1..]) === ([1..], [1..100])
- > (error "x", [1..]) === (0 `div` 0, reverse [1..])
- > error ("xx" ++ show (length [1..])) === 1
- > error ("xx" ++ error "yy") === 1
-@@ -68,10 +68,10 @@ library
- System.IO.Parallel
- other-modules:
- build-depends:
-- base >= 4.0 && < 4.10,
-+ base >= 4.0 && < 4.13,
- 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
-