From 5cbb0a14e5413e3bf7835a48a38df1184129d0b6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 10 Aug 2017 14:17:59 -0400 Subject: Update to lts-9.0. --- CHANGELOG | 5 +++-- debug-me.cabal | 4 ++-- stack.yaml | 4 +--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index bbad328..b500a85 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,9 @@ -debug-me (1.20170521) unstable; urgency=medium +debug-me (1.20170810) unstable; urgency=medium * Fix build with websockets-0.10.0.0 which did not support compression. + * Update to lts-9.0. - -- Joey Hess Thu, 10 Aug 2017 12:35:44 -0400 + -- Joey Hess Thu, 10 Aug 2017 12:36:30 -0400 debug-me (1.20170520) unstable; urgency=medium diff --git a/debug-me.cabal b/debug-me.cabal index aa8f0fe..a601e34 100644 --- a/debug-me.cabal +++ b/debug-me.cabal @@ -1,5 +1,5 @@ Name: debug-me -Version: 1.20170510 +Version: 1.20170810 Cabal-Version: >= 1.8 Maintainer: Joey Hess Author: Joey Hess @@ -60,7 +60,7 @@ Executable debug-me , stm-chans (>= 3.0) , posix-pty (>= 0.2.1) , terminal-size (>= 0.3) - , aeson (>= 0.11 && < 1.1) + , aeson (>= 0.11 && < 1.3) , sandi (>= 0.4) , text (>= 1.2.2) , optparse-applicative (>= 0.12) diff --git a/stack.yaml b/stack.yaml index abbdc98..a1a2869 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,7 +1,5 @@ packages: - '.' -resolver: lts-8.12 +resolver: lts-9.0 extra-deps: -- posix-pty-0.2.1.1 -- websockets-0.11.1.0 explicit-setup-deps: -- cgit v1.2.3