summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
-rw-r--r--git-repair.cabal4
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2982a9e..b845a6b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,11 +1,11 @@
-git-repair (1.20210111) UNRELEASED; urgency=medium
+git-repair (1.20210111) unstable; urgency=medium
* Improve output to not give the impression it's stalled running fsck
when it's found a problem and is working to repair it.
* Merge from git-annex.
* Makefile: Support building with cabal 3.0.
- -- Joey Hess <id@joeyh.name> Mon, 11 Jan 2021 21:52:06 -0400
+ -- Joey Hess <id@joeyh.name> Mon, 11 Jan 2021 22:00:49 -0400
git-repair (1.20200504) unstable; urgency=medium
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,