summaryrefslogtreecommitdiff
path: root/devel/hs-git-annex/files/patch-git-annex.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-git-annex/files/patch-git-annex.cabal')
-rw-r--r--devel/hs-git-annex/files/patch-git-annex.cabal16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/hs-git-annex/files/patch-git-annex.cabal b/devel/hs-git-annex/files/patch-git-annex.cabal
new file mode 100644
index 000000000000..ec18d885ef7f
--- /dev/null
+++ b/devel/hs-git-annex/files/patch-git-annex.cabal
@@ -0,0 +1,16 @@
+--- ./git-annex.cabal.orig 2014-07-17 17:53:21.000000000 +0200
++++ ./git-annex.cabal 2014-07-28 19:40:41.000000000 +0200
+@@ -187,10 +187,11 @@
+ CPP-Options: -DANDROID_SPLICES
+
+ if flag(Webapp)
++ extensions: TemplateHaskell
+ Build-Depends:
+- yesod, yesod-default, yesod-static, yesod-form, yesod-core,
++ yesod (>= 1.2), yesod-static, yesod-form, yesod-core,
+ http-types, transformers, wai, wai-extra, warp, warp-tls,
+- blaze-builder, crypto-api, hamlet, clientsession,
++ blaze-builder, crypto-api, clientsession,
+ template-haskell, data-default, aeson, path-pieces,
+ shakespeare
+ CPP-Options: -DWITH_WEBAPP