summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2020-08-20 14:06:36 -0400
committerJoey Hess <joeyh@joeyh.name>2020-08-20 14:06:36 -0400
commit77b9e79d7a08bf568d0325dc3cbc661822f16ce5 (patch)
treef9d7c4aae7c8b1396570fa6e9db77169a27b3760
parent3c24c417841e231c5bb38e296c136f74b0e94be8 (diff)
downloaddebug-me-77b9e79d7a08bf568d0325dc3cbc661822f16ce5.tar.gz
releasing package debug-me version 1.202008201.20200820
-rw-r--r--CHANGELOG4
-rw-r--r--debug-me.cabal5
2 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7da480b..1071abf 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,11 +1,11 @@
-debug-me (1.20190927) UNRELEASED; urgency=medium
+debug-me (1.20200820) unstable; urgency=medium
* debug-me.service: Remove /etc from InaccessiblePaths,
as that prevents the server sending email using eg postfix,
which needs to read its config files.
* Update to lts-14.27, support websockets 0.12.7.
- -- Joey Hess <id@joeyh.name> Thu, 20 Aug 2020 13:15:22 -0400
+ -- Joey Hess <id@joeyh.name> Thu, 20 Aug 2020 14:04:40 -0400
debug-me (1.20190926) unstable; urgency=medium
diff --git a/debug-me.cabal b/debug-me.cabal
index 31aaad2..d859cbb 100644
--- a/debug-me.cabal
+++ b/debug-me.cabal
@@ -1,6 +1,6 @@
Name: debug-me
-Version: 1.20190926
-Cabal-Version: >= 1.8
+Version: 1.20200820
+Cabal-Version: >= 1.10
Maintainer: Joey Hess <joey@kitenet.net>
Author: Joey Hess
Stability: Experimental
@@ -51,6 +51,7 @@ custom-setup
Executable debug-me
Main-Is: debug-me.hs
GHC-Options: -threaded -Wall -fno-warn-tabs -O2
+ Default-Language: Haskell98
Build-Depends:
base (>= 4.9 && < 5.0)
, network (>= 2.6)