summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-07-13 19:24:38 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-07-13 19:24:38 -0400
commit8f9258bc1c4bccee767eaeb51f551ef1e6979c77 (patch)
tree385ed93629275d917ee01860ad09cf95a9976bc4 /git-annex.cabal
parentad7561adc8c426b5834078da5d8214687b02645e (diff)
fix build with path-pieces-0.1.4
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 942fb37bb..0318f934b 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -191,7 +191,7 @@ Executable git-annex
yesod, yesod-default, yesod-static, yesod-form, yesod-core,
http-types, transformers, wai, wai-extra, warp, warp-tls,
blaze-builder, crypto-api, hamlet, clientsession,
- template-haskell, data-default, aeson,
+ template-haskell, data-default, aeson, path-pieces,
shakespeare
CPP-Options: -DWITH_WEBAPP
if flag(Webapp) && flag (Webapp-secure)