summaryrefslogtreecommitdiff
path: root/git-repair.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'git-repair.cabal')
-rw-r--r--git-repair.cabal7
1 files changed, 0 insertions, 7 deletions
diff --git a/git-repair.cabal b/git-repair.cabal
index 2cdce40..05e3f46 100644
--- a/git-repair.cabal
+++ b/git-repair.cabal
@@ -17,9 +17,6 @@ Description:
It is a complement to git fsck, which finds problems, but does not fix
them.
-Flag CryptoHash
- Description: Enable use of cryptohash for checksumming
-
Executable git-repair
Main-Is: git-repair.hs
GHC-Options: -Wall -threaded
@@ -31,10 +28,6 @@ Executable git-repair
if (! os(windows))
Build-Depends: unix
- if flag(CryptoHash)
- Build-Depends: cryptohash (>= 0.10.0)
- CPP-Options: -DWITH_CRYPTOHASH
-
source-repository head
type: git
location: git://git-repair.branchable.com/