From 0091f139a1c6e80de20d0579f068add12b44cdef Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Mon, 9 Sep 2019 12:09:51 +0200 Subject: Fix build failure because of xmonad, and bump aeson bounds --- debug-me.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debug-me.cabal') diff --git a/debug-me.cabal b/debug-me.cabal index 385ef8a..990a4d7 100644 --- a/debug-me.cabal +++ b/debug-me.cabal @@ -50,7 +50,7 @@ custom-setup Executable debug-me Main-Is: debug-me.hs - GHC-Options: -threaded -Wall -fno-warn-tabs -O2 + GHC-Options: -threaded -Wall -fno-warn-tabs -O2 -XNoMonadFailDesugaring Build-Depends: base (>= 4.9 && < 5.0) , network (>= 2.6) @@ -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) -- cgit v1.2.3