summaryrefslogtreecommitdiffhomepage
path: root/debug-me.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2019-09-26 19:48:18 -0400
committerJoey Hess <joeyh@joeyh.name>2019-09-26 20:00:15 -0400
commit88263101ab8baf6f2b6a6a9edebc148b1bba7916 (patch)
treec395f85274754658581759f8d9031b7489fc8222 /debug-me.cabal
parent7720aa30008e62e2cbe55bcb01925be0e7c0ad90 (diff)
downloaddebug-me-88263101ab8baf6f2b6a6a9edebc148b1bba7916.tar.gz
Update to lts-13.29, support ghc 8.6.5, and aeson 1.4.
First tried lts-14.7, but the version of cabal-install currently in debian unstable (2.2.0.0) is not able to parse its cabal files. Small fix for MonadFail changes. This commit was sponsored by Jochen Bartl on Patreon.
Diffstat (limited to 'debug-me.cabal')
-rw-r--r--debug-me.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug-me.cabal b/debug-me.cabal
index 385ef8a..31aaad2 100644
--- a/debug-me.cabal
+++ b/debug-me.cabal
@@ -1,5 +1,5 @@
Name: debug-me
-Version: 1.20181208
+Version: 1.20190926
Cabal-Version: >= 1.8
Maintainer: Joey Hess <joey@kitenet.net>
Author: Joey Hess
@@ -63,7 +63,7 @@ Executable debug-me
, stm-chans (>= 3.0)
, posix-pty (>= 0.2.1)
, terminal-size (>= 0.3)
- , aeson (>= 0.11 && < 1.4)
+ , aeson (>= 0.11 && < 1.5)
, sandi (>= 0.4)
, text (>= 1.2.2)
, optparse-applicative (>= 0.12)