summaryrefslogtreecommitdiff
path: root/git-repair.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2021-01-11 22:00:54 -0400
committerJoey Hess <joeyh@joeyh.name>2021-01-11 22:00:54 -0400
commit79f5157858a67e8312c1f9c502e186ec395dcf98 (patch)
tree0f780e1af675c97f51a8fd741e390bc9cf6756df /git-repair.cabal
parent526f23761b62ac62ae07a49d79143cf610ce3bae (diff)
downloadgit-repair-79f5157858a67e8312c1f9c502e186ec395dcf98.tar.gz
releasing package git-repair version 1.202101111.20210111
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 13d5c19..cf01c06 100644
--- a/git-repair.cabal
+++ b/git-repair.cabal
@@ -1,5 +1,5 @@
Name: git-repair
-Version: 1.20200504
+Version: 1.20210111
Cabal-Version: >= 1.10
License: AGPL-3
Maintainer: Joey Hess <joey@kitenet.net>
@@ -38,7 +38,7 @@ source-repository head
Executable git-repair
Main-Is: git-repair.hs
- GHC-Options: -threaded -Wall -fno-warn-tabs -O2
+ GHC-Options: -threaded -Wall -fno-warn-tabs -Wincomplete-uni-patterns -O2
Default-Language: Haskell2010
Default-Extensions: LambdaCase
Build-Depends: split, hslogger, directory, filepath, containers, mtl,