diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-02-04 13:41:26 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-02-04 13:41:26 -0400 |
commit | bc4016065f00af1b77c6fa1dedb5c4c22158b9d8 (patch) | |
tree | 18d9f2605a982a1eafc515b807defa76a70b2ad4 /git-annex.cabal | |
parent | 30d3a45c5ad9601d538e936fe3dbe19c54465ff5 (diff) |
Remove support for building without cryptohash.
This will prevent backporting to wheezy, but it's time to simplify the
code.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index b4d3e03cd..1a996fc6f 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -87,9 +87,6 @@ Flag Quvi Flag Tahoe Description: Enable the tahoe special remote -Flag CryptoHash - Description: Enable use of cryptohash for checksumming - Flag DesktopNotify Description: Enable desktop environment notifications @@ -112,7 +109,8 @@ Executable git-annex base (>= 4.5 && < 4.9), monad-control, exceptions (>= 0.6), transformers, IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, SafeSemaphore, uuid, random, dlist, unix-compat, async, stm (>= 2.3), - data-default, case-insensitive, http-conduit, http-types + data-default, case-insensitive, http-conduit, http-types, + cryptohash (>= 0.10.0) CC-Options: -Wall GHC-Options: -Wall Extensions: PackageImports @@ -148,10 +146,6 @@ Executable git-annex CPP-Options: -DWITH_TDFA else Build-Depends: regex-compat - - if flag(CryptoHash) - Build-Depends: cryptohash (>= 0.10.0) - CPP-Options: -DWITH_CRYPTOHASH if flag(S3) Build-Depends: conduit, resourcet, conduit-extra, aws (>= 0.9.2), http-client |