diff options
Diffstat (limited to 'www/hs-activehs/files/patch-activehs.cabal')
-rw-r--r-- | www/hs-activehs/files/patch-activehs.cabal | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/www/hs-activehs/files/patch-activehs.cabal b/www/hs-activehs/files/patch-activehs.cabal index 0528ec55bb35..68ed888b6f5d 100644 --- a/www/hs-activehs/files/patch-activehs.cabal +++ b/www/hs-activehs/files/patch-activehs.cabal @@ -1,6 +1,21 @@ --- ./activehs.cabal.orig 2013-02-12 20:23:46.000000000 +0100 -+++ ./activehs.cabal 2013-03-10 13:53:48.000000000 +0100 -@@ -76,11 +76,12 @@ ++++ ./activehs.cabal 2013-05-28 16:18:31.000000000 +0200 +@@ -63,7 +63,7 @@ + activehs-base >= 0.2 && < 0.4, + data-pprint >= 0.2 && < 0.3, + base >= 4.0 && < 4.7, +- QuickCheck >= 2.4 && < 2.6, ++ QuickCheck >= 2.4 && < 2.7, + array >= 0.3 && < 0.5, + directory >= 1.1 && < 1.3, + containers >= 0.4 && < 0.6, +@@ -71,16 +71,17 @@ + text >= 0.11 && < 0.12, + snap-core >= 0.6 && < 0.10, + snap-server >= 0.6 && < 0.10, +- syb >= 0.2 && < 0.4, ++ syb >= 0.2 && < 0.5, + haskell-src-exts >= 1.12 && < 1.14, bytestring >= 0.9 && < 0.11, utf8-string >= 0.3 && < 0.4, xhtml >= 3000.2 && < 3000.3, |