summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-08-10 14:17:59 -0400
committerJoey Hess <joeyh@joeyh.name>2017-08-10 14:17:59 -0400
commit5cbb0a14e5413e3bf7835a48a38df1184129d0b6 (patch)
tree45ddc30fad48c6b2756d3c22e2beae845b02e975
parent22bd67807e8eec78db8895d36fec39b7a8b4a3d0 (diff)
downloaddebug-me-5cbb0a14e5413e3bf7835a48a38df1184129d0b6.tar.gz
Update to lts-9.0.1.20170810
-rw-r--r--CHANGELOG5
-rw-r--r--debug-me.cabal4
-rw-r--r--stack.yaml4
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 <id@joeyh.name> Thu, 10 Aug 2017 12:35:44 -0400
+ -- Joey Hess <id@joeyh.name> 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 <joey@kitenet.net>
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: