aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-26 13:40:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-26 13:41:33 -0400
commit1119cc2f38e032a4ebb786f023c281ee40fe2d0f (patch)
tree58ae20311671821f0e4a91f0389e1e9645cfd3c9 /git-annex.cabal
parent425b6fca0046d6fb8ddd8a8a4f2bd77fef52c25d (diff)
Add build dep on regex-compat to fix build on mipsel, which lacks regex-tdfa.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 3189a8ab4..8228cdc66 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -123,6 +123,8 @@ Executable git-annex
if flag(TDFA)
Build-Depends: regex-tdfa
CPP-Options: -DWITH_TDFA
+ else
+ Build-Depends: regex-compat
if flag(CryptoHash)
Build-Depends: cryptohash (>= 0.10.0)