summaryrefslogtreecommitdiff
path: root/git-repair.cabal
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-11-21 14:42:19 -0400
committerJoey Hess <joey@kitenet.net>2013-11-21 14:42:19 -0400
commitf27d98afc350cfd9f13382543408bab3f6fdd570 (patch)
treec4dbc8f519f3831c879d50c1882a87673db38e7d /git-repair.cabal
parenta813677374811eec28096cb19fd4bc566aae1163 (diff)
downloadgit-repair-f27d98afc350cfd9f13382543408bab3f6fdd570.tar.gz
clean up
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/