summaryrefslogtreecommitdiff
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
parent526f23761b62ac62ae07a49d79143cf610ce3bae (diff)
downloadgit-repair-79f5157858a67e8312c1f9c502e186ec395dcf98.tar.gz
releasing package git-repair version 1.202101111.20210111
-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,