summaryrefslogtreecommitdiffhomepage
path: root/debian/patches/debian-changes
diff options
context:
space:
mode:
authorGianfranco Costamagna <locutusofborg@debian.org>2019-09-09 12:11:25 +0200
committerGianfranco Costamagna <locutusofborg@debian.org>2019-09-09 12:11:25 +0200
commit11fe553b8cb6e2aa9bb24ce4f9e4879a58cef6de (patch)
treecf2d63bcfe8f0a901778757aa484025815afc23e /debian/patches/debian-changes
parent0091f139a1c6e80de20d0579f068add12b44cdef (diff)
downloaddebug-me-debian/1.20181208-3.tar.gz
Diffstat (limited to 'debian/patches/debian-changes')
-rw-r--r--debian/patches/debian-changes20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
index da1641a..47bb003 100644
--- a/debian/patches/debian-changes
+++ b/debian/patches/debian-changes
@@ -39,3 +39,23 @@ A single combined diff, containing all the changes, follows.
StandardInput=null
StandardOutput=journal
StandardError=journal
+--- debug-me-1.20181208.orig/debug-me.cabal
++++ debug-me-1.20181208/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)