From 9d7e697474720b2c6e78fbf11066a8499fc55807 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 8 Dec 2018 13:26:14 -0400 Subject: Update to lts-12.10, support ghc 8.4, and aeson 1.3. Don't fully understand the need for the MonoLocalBinds language extension, which was not needed before but now ghc complains if it's not included, but I've tested it and it does work. All the rest of the changes are straightforward AMP changes and dep updates. Removed fgl from stack.yaml because it seems that indirect dep no longer needs to be specified for stack to build. Added custom-setup stanza since stack now warns without one. This commit was sponsored by Trenton Cronholm on Patreon. --- debug-me.cabal | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'debug-me.cabal') diff --git a/debug-me.cabal b/debug-me.cabal index a601e34..9fa28b9 100644 --- a/debug-me.cabal +++ b/debug-me.cabal @@ -45,6 +45,9 @@ Extra-Source-Files: debug-me.default developer-keyring.gpg +custom-setup + Setup-Depends: base (>= 4.9 && < 5.0), Cabal, filepath + Executable debug-me Main-Is: debug-me.hs GHC-Options: -threaded -Wall -fno-warn-tabs -O2 @@ -60,11 +63,11 @@ Executable debug-me , stm-chans (>= 3.0) , posix-pty (>= 0.2.1) , terminal-size (>= 0.3) - , aeson (>= 0.11 && < 1.3) + , aeson (>= 0.11 && < 1.4) , sandi (>= 0.4) , text (>= 1.2.2) , optparse-applicative (>= 0.12) - , graphviz (== 2999.18.*) + , graphviz (>= 2999.18.0 && < 2999.21) , time (>= 1.6) , filepath (>= 1.4) , directory (>= 1.2) -- cgit v1.2.3 From 9f282483310c2ce028c507cc385e69342ad6c7bc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 8 Dec 2018 13:29:53 -0400 Subject: releasing package debug-me version 1.20181208 --- CHANGELOG | 4 ++-- debug-me.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'debug-me.cabal') diff --git a/CHANGELOG b/CHANGELOG index d80372c..cb3b0de 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,8 @@ -debug-me (1.20181208) UNRELEASED; urgency=medium +debug-me (1.20181208) unstable; urgency=medium * Update to lts-12.10, support ghc 8.4, and aeson 1.3. - -- Joey Hess Tue, 10 Jul 2018 13:28:50 -0400 + -- Joey Hess Sat, 08 Dec 2018 13:29:33 -0400 debug-me (1.20170810) unstable; urgency=medium diff --git a/debug-me.cabal b/debug-me.cabal index 9fa28b9..385ef8a 100644 --- a/debug-me.cabal +++ b/debug-me.cabal @@ -1,5 +1,5 @@ Name: debug-me -Version: 1.20170810 +Version: 1.20181208 Cabal-Version: >= 1.8 Maintainer: Joey Hess Author: Joey Hess -- cgit v1.2.3