diff options
Diffstat (limited to 'www/hs-happstack/files/patch-happstack.cabal')
-rw-r--r-- | www/hs-happstack/files/patch-happstack.cabal | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/hs-happstack/files/patch-happstack.cabal b/www/hs-happstack/files/patch-happstack.cabal new file mode 100644 index 000000000000..6a12463b9e09 --- /dev/null +++ b/www/hs-happstack/files/patch-happstack.cabal @@ -0,0 +1,11 @@ +--- happstack.cabal.orig 2014-06-26 00:31:28 UTC ++++ happstack.cabal +@@ -29,7 +29,7 @@ Library + other-modules: Paths_happstack + + build-depends: base >= 3 && <5, +- happstack-server >= 7.0 && < 7.4 ++ happstack-server >= 7.0 && < 7.5 + + if flag(tests) + hs-source-dirs: tests |