From d596e31d7c4c8fdd40444b848677fbd7f9f99b17 Mon Sep 17 00:00:00 2001 From: slotThe Date: Fri, 19 Mar 2021 15:03:05 +0100 Subject: [PATCH] debug-me: bump for ghc 8.10.4 --- srcpkgs/debug-me/files/stack.yaml | 2 +- .../patches/{ghc8.8.3.patch => ghc8.10.4.patch} | 11 +++++++++++ srcpkgs/debug-me/template | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) rename srcpkgs/debug-me/patches/{ghc8.8.3.patch => ghc8.10.4.patch} (70%) diff --git a/srcpkgs/debug-me/files/stack.yaml b/srcpkgs/debug-me/files/stack.yaml index 9c88cea9ab3..ecff9d9d18f 100644 --- a/srcpkgs/debug-me/files/stack.yaml +++ b/srcpkgs/debug-me/files/stack.yaml @@ -1,6 +1,6 @@ packages: - '.' -resolver: lts-16.13 +resolver: lts-17.5 extra-deps: - posix-pty-0.2.1.1 - graphviz-2999.20.1.0 diff --git a/srcpkgs/debug-me/patches/ghc8.8.3.patch b/srcpkgs/debug-me/patches/ghc8.10.4.patch similarity index 70% rename from srcpkgs/debug-me/patches/ghc8.8.3.patch rename to srcpkgs/debug-me/patches/ghc8.10.4.patch index dc9be027822..bfcff16a443 100644 --- a/srcpkgs/debug-me/patches/ghc8.8.3.patch +++ b/srcpkgs/debug-me/patches/ghc8.10.4.patch @@ -20,3 +20,14 @@ defaultSettings checkEnv :: ServerOpts -> IO ServerOpts +--- a/debug-me.cabal ++++ b/debug-me.cabal +@@ -64,7 +64,7 @@ + , stm-chans (>= 3.0) + , posix-pty (>= 0.2.1) + , terminal-size (>= 0.3) +- , aeson (>= 0.11 && < 1.5) ++ , aeson (>= 0.11 && < 1.6) + , sandi (>= 0.4) + , text (>= 1.2.2) + , optparse-applicative (>= 0.12) diff --git a/srcpkgs/debug-me/template b/srcpkgs/debug-me/template index 3df514e0be4..797c52f1f47 100644 --- a/srcpkgs/debug-me/template +++ b/srcpkgs/debug-me/template @@ -1,7 +1,7 @@ # Template file for 'debug-me' pkgname=debug-me version=1.20200820 -revision=1 +revision=2 build_style=haskell-stack makedepends="zlib-devel" short_desc="Secure remote debugging"