diff options
Diffstat (limited to 'math/hs-Agda/files/patch-Agda.cabal')
-rw-r--r-- | math/hs-Agda/files/patch-Agda.cabal | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/math/hs-Agda/files/patch-Agda.cabal b/math/hs-Agda/files/patch-Agda.cabal index 208d469dd4d5..42b95170d46e 100644 --- a/math/hs-Agda/files/patch-Agda.cabal +++ b/math/hs-Agda/files/patch-Agda.cabal @@ -1,12 +1,19 @@ --- ./Agda.cabal.orig 2012-11-12 01:25:25.000000000 +0100 -+++ ./Agda.cabal 2013-03-09 17:44:08.000000000 +0100 -@@ -82,8 +82,8 @@ - process >= 1.0.1.0 && < 1.2, ++++ ./Agda.cabal 2013-05-03 23:08:18.000000000 +0200 +@@ -69,7 +69,7 @@ + + build-depends: base >= 4.2 && < 4.7, + mtl >= 2.0 && < 2.2, +- QuickCheck >= 2.3 && < 2.6, ++ QuickCheck >= 2.3 && < 2.7, + haskell-src-exts >= 1.9.6 && < 1.14, + containers >= 0.1 && < 0.6, + unordered-containers == 0.2.*, +@@ -83,7 +83,7 @@ haskeline >= 0.6.3.2 && < 0.8, xhtml == 3000.2.*, -- hashable >= 1.1.2.3 && < 1.2, + hashable >= 1.1.2.3 && < 1.2, - hashtables == 1.0.*, -+ hashable >= 1.1.2.3 && < 1.3, + hashtables == 1.1.*, geniplate >= 0.6.0.3 && < 0.7, parallel < 3.3, |