debug-me: bump for ghc 8.10.4

This commit is contained in:
slotThe 2021-03-19 15:03:05 +01:00 committed by q66
parent 08d2911571
commit d596e31d7c
3 changed files with 13 additions and 2 deletions

View File

@ -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

View File

@ -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)

View File

@ -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"