summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-27 14:47:41 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-27 14:47:41 -0400
commit5a9da2586865cd8f578094042887e50c3578f1db (patch)
tree9fb1e31fc8225007debbdd4bbc331cc4ae3a2870 /git-annex.cabal
parent2770ed6095d5af29770d89e4864131b1ba56cbcb (diff)
Revert "remove deprecated hamlet package"
This reverts commit 8c9908de63ace83efa14744e3f7cf3f12fc8f197. It's too early to do this; the linux and android autobuilder will need to be updated to use the new version of shakespeare, and that will require a complete refresh of them. In the meantime, this has knocked the webapp out of the autobuilders.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 3849ec92d..25b1b6438 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -227,9 +227,9 @@ Executable git-annex
warp (>= 3.0.0.5),
warp-tls,
wai, wai-extra,
- blaze-builder, crypto-api, clientsession,
+ blaze-builder, crypto-api, hamlet, clientsession,
template-haskell, aeson,
- shakespeare (>= 2.0.0)
+ shakespeare
CPP-Options: -DWITH_WEBAPP
if flag(Webapp) && flag (Webapp-secure)