diff options
Diffstat (limited to 'www/hs-happstack-server/files/patch-happstack-server.cabal')
-rw-r--r-- | www/hs-happstack-server/files/patch-happstack-server.cabal | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/hs-happstack-server/files/patch-happstack-server.cabal b/www/hs-happstack-server/files/patch-happstack-server.cabal new file mode 100644 index 000000000000..164f15536b7f --- /dev/null +++ b/www/hs-happstack-server/files/patch-happstack-server.cabal @@ -0,0 +1,11 @@ +--- happstack-server.cabal.orig 2018-06-26 15:51:43 UTC ++++ happstack-server.cabal +@@ -95,7 +95,7 @@ Library + system-filepath >= 0.3.1, + syb, + text >= 0.10 && < 1.3, +- template-haskell < 2.14, ++ template-haskell < 2.15, + time, + time-compat, + threads >= 0.5, |