summaryrefslogtreecommitdiff
path: root/git-repair.cabal
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-12-03 13:32:34 -0400
committerJoey Hess <joey@kitenet.net>2013-12-03 13:32:34 -0400
commit49d1b6522e6750e4f0f665246466a80618fd2e79 (patch)
tree4c82047ae419e71e67e02532c4a509e3c6b13f33 /git-repair.cabal
parent389253c8798513ec2bfef9346839eb5a7b332489 (diff)
downloadgit-repair-49d1b6522e6750e4f0f665246466a80618fd2e79.tar.gz
Fix build deps. Closes: #731179
Diffstat (limited to 'git-repair.cabal')
-rw-r--r--git-repair.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-repair.cabal b/git-repair.cabal
index 41b00c1..c9374b0 100644
--- a/git-repair.cabal
+++ b/git-repair.cabal
@@ -27,7 +27,7 @@ Executable git-repair
Build-Depends: MissingH, hslogger, directory, filepath, containers, mtl,
network, extensible-exceptions, unix-compat, bytestring,
base >= 4.5, base < 5, IfElse, text, process, time, QuickCheck,
- utf8-string, async, optparse-applicative, SHA
+ utf8-string, async, optparse-applicative
if (! os(windows))
Build-Depends: unix