diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-06-06 14:11:06 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-06-06 14:13:46 -0400 |
commit | 3375449ac17b259317f63b08468db8aa6437767f (patch) | |
tree | e06f6efdac9cc19c1f643bc0082964a076d70a96 /git-annex.cabal | |
parent | 53a1c73c7aa36c7bfb6a82a742ed1ef8ce3ed7cd (diff) |
re-remove hamlet dep
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index fa255d4d5..5d68f1c1d 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, hamlet, clientsession, + blaze-builder, crypto-api, clientsession, template-haskell, aeson, - shakespeare + shakespeare (>= 2.0.0) CPP-Options: -DWITH_WEBAPP if flag(Webapp) && flag (Webapp-secure) |