From 0a4b88895994b3133b3db7a85ddbe683305e5c35 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 24 Mar 2022 12:28:32 -0400 Subject: add news item for debug-me 1.20220324 --- doc/news/version_1.20170520.mdwn | 13 ------------- doc/news/version_1.20220324.mdwn | 6 ++++++ 2 files changed, 6 insertions(+), 13 deletions(-) delete mode 100644 doc/news/version_1.20170520.mdwn create mode 100644 doc/news/version_1.20220324.mdwn diff --git a/doc/news/version_1.20170520.mdwn b/doc/news/version_1.20170520.mdwn deleted file mode 100644 index 094f328..0000000 --- a/doc/news/version_1.20170520.mdwn +++ /dev/null @@ -1,13 +0,0 @@ -debug-me 1.20170520 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * debug-me is available in Debian unstable. - * gpg keyrings in /usr/share/debug-me/ will be checked - to see if a connecting person is a known developer of software - installed on the system, and so implicitly trusted already. - Software packages/projects can install keyrings to that location. - (Thanks to Sean Whitton for the idea.) - * make install installs /usr/share/debug-me/a\_debug-me\_developer.gpg, - which contains the key of Joey Hess. (stack and cabal installs don't - include this file because they typically don't install system-wide) - * debug-me.cabal: Added dependency on time. - * stack.yaml: Update to new posix-pty version."""]] \ No newline at end of file diff --git a/doc/news/version_1.20220324.mdwn b/doc/news/version_1.20220324.mdwn new file mode 100644 index 0000000..8056232 --- /dev/null +++ b/doc/news/version_1.20220324.mdwn @@ -0,0 +1,6 @@ +debug-me 1.20220324 released with [[!toggle text="these changes"]] +[[!toggleable text=""" * Support ghc 8.8. + Thanks, Tony Zorman + * Support aeson 2.0. + Thanks, Tony Zorman + * Update to lts-19.0."""]] \ No newline at end of file -- cgit v1.2.3 From ad39324f1017fdafd421a5f0d4f14108a23ccfff Mon Sep 17 00:00:00 2001 From: Tony Zorman Date: Thu, 29 Dec 2022 10:35:58 +0100 Subject: Bump bytestring dependency This fixes the build for GHC 9.2, which ships with a higher version of the bytestring library. --- debug-me.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug-me.cabal b/debug-me.cabal index d5a44e9..2dd60a0 100644 --- a/debug-me.cabal +++ b/debug-me.cabal @@ -55,7 +55,7 @@ Executable debug-me Build-Depends: base (>= 4.9 && < 5.0) , network (>= 2.6) - , bytestring == 0.10.* + , bytestring < 0.12 , cryptonite (>= 0.20) , unix (>= 2.7) , process (>= 1.4) -- cgit v1.2.3 From 8dc105e5858981bd525411f264d086d7aed40afc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 31 Dec 2022 14:23:49 -0400 Subject: releasing package debug-me version 1.20221231 --- CHANGELOG | 7 +++++++ debug-me.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 6cb9478..d576708 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +debug-me (1.20221231) unstable; urgency=medium + + * Support ghc 9.2. + Thanks, Tony Zorman + + -- Joey Hess Sat, 31 Dec 2022 14:23:22 -0400 + debug-me (1.20220324) unstable; urgency=medium * Support ghc 8.8. diff --git a/debug-me.cabal b/debug-me.cabal index 2dd60a0..bf1fa82 100644 --- a/debug-me.cabal +++ b/debug-me.cabal @@ -1,5 +1,5 @@ Name: debug-me -Version: 1.20220324 +Version: 1.20221231 Cabal-Version: >= 1.10 Maintainer: Joey Hess Author: Joey Hess -- cgit v1.2.3