summaryrefslogtreecommitdiff
path: root/git-repair.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-11-18 12:59:05 -0400
committerJoey Hess <joeyh@joeyh.name>2016-11-18 12:59:05 -0400
commit9422e5cd5f4b163114a2311ec70f62fedc18f777 (patch)
treebececdece443eb79a7aa23b100a9828dc8fd73cb /git-repair.cabal
parentc35c207ab3376cf2f23804529dd7cc8bc60f7795 (diff)
downloadgit-repair-9422e5cd5f4b163114a2311ec70f62fedc18f777.tar.gz
Fix build with recent versions of cabal and ghc.
Diffstat (limited to 'git-repair.cabal')
-rw-r--r--git-repair.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-repair.cabal b/git-repair.cabal
index b8fc4ea..ccac779 100644
--- a/git-repair.cabal
+++ b/git-repair.cabal
@@ -1,5 +1,5 @@
Name: git-repair
-Version: 1.20161111
+Version: 1.20161118
Cabal-Version: >= 1.8
License: GPL
Maintainer: Joey Hess <joey@kitenet.net>
@@ -32,7 +32,7 @@ Flag network-uri
custom-setup
Setup-Depends: base (>= 4.5), hslogger, MissingH, unix-compat, process,
unix, filepath, exceptions, bytestring, directory, IfElse, data-default,
- Cabal
+ mtl, Cabal
source-repository head
type: git