summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGianfranco Costamagna <locutusofborg@debian.org>2019-09-09 12:08:59 +0200
committerGianfranco Costamagna <locutusofborg@debian.org>2019-09-09 12:08:59 +0200
commitfca0c31d89aa0abe27361b1c42155948b1630353 (patch)
treeb526cc0f7bf2fa399500511a65e0471bdbd75cff
parentedea8e5c9698c6259fd09ddb9b2a60f64c31040b (diff)
downloaddebug-me-fca0c31d89aa0abe27361b1c42155948b1630353.tar.gz
Commit Debian 3.0 (quilt) metadata
[dgit (4.3) quilt-fixup]
-rw-r--r--debian/patches/debian-changes22
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
index 1f4e848..da1641a 100644
--- a/debian/patches/debian-changes
+++ b/debian/patches/debian-changes
@@ -39,25 +39,3 @@ A single combined diff, containing all the changes, follows.
StandardInput=null
StandardOutput=journal
StandardError=journal
-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)