diff options
author | Joey Hess <joey@kitenet.net> | 2014-07-13 19:24:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-07-13 19:24:38 -0400 |
commit | 8f9258bc1c4bccee767eaeb51f551ef1e6979c77 (patch) | |
tree | 385ed93629275d917ee01860ad09cf95a9976bc4 | |
parent | ad7561adc8c426b5834078da5d8214687b02645e (diff) |
fix build with path-pieces-0.1.4
-rw-r--r-- | git-annex.cabal | 2 |
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) |