diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-22 15:42:51 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-22 15:46:47 -0400 |
commit | 8c9908de63ace83efa14744e3f7cf3f12fc8f197 (patch) | |
tree | c39af7be8b4003f2c19914cd93373c231aa127b1 /git-annex.cabal | |
parent | d70771f2f5722e2d3d19e6c1e12d7a5af15dd448 (diff) |
remove deprecated hamlet package
shakespeare provides this now
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 25b1b6438..3849ec92d 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) |