From 5e6538ced4e740db2ccdf79abc630614619fa90a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 20 May 2017 13:48:24 -0400 Subject: stack.yaml: Update to new posix-pty version. --- CHANGELOG | 6 ++++++ doc/bugs/Update_to_posix-pty_0.2.1.1.mdwn | 2 ++ .../comment_1_fb0d1b1adfbe02e168d94bf80a254da8._comment | 10 ++++++++++ stack.yaml | 2 +- 4 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 doc/bugs/Update_to_posix-pty_0.2.1.1/comment_1_fb0d1b1adfbe02e168d94bf80a254da8._comment diff --git a/CHANGELOG b/CHANGELOG index 65f54c2..2aecd3d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +debug-me (1.20170510) UNRELEASED; urgency=medium + + * stack.yaml: Update to new posix-pty version. + + -- Joey Hess Sat, 20 May 2017 13:47:27 -0400 + debug-me (1.20170509) unstable; urgency=medium * Server: Use "postmaster" as default --from-email address diff --git a/doc/bugs/Update_to_posix-pty_0.2.1.1.mdwn b/doc/bugs/Update_to_posix-pty_0.2.1.1.mdwn index c15535f..fcf38e3 100644 --- a/doc/bugs/Update_to_posix-pty_0.2.1.1.mdwn +++ b/doc/bugs/Update_to_posix-pty_0.2.1.1.mdwn @@ -1 +1,3 @@ Latest version of posix-pty fixes support for musl. Would it be possible to bump the dependency version & cut a new release? + +> [[done]] --[[Joey]] diff --git a/doc/bugs/Update_to_posix-pty_0.2.1.1/comment_1_fb0d1b1adfbe02e168d94bf80a254da8._comment b/doc/bugs/Update_to_posix-pty_0.2.1.1/comment_1_fb0d1b1adfbe02e168d94bf80a254da8._comment new file mode 100644 index 0000000..4c0940d --- /dev/null +++ b/doc/bugs/Update_to_posix-pty_0.2.1.1/comment_1_fb0d1b1adfbe02e168d94bf80a254da8._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2017-05-20T17:46:23Z" + content=""" +You must mean in the stack.yaml because the cabal file has no upper bound. + +I've bumped the version in stack.yaml, will release maybe this weekend, +but ping if it goes to long before a release. +"""]] diff --git a/stack.yaml b/stack.yaml index 784d3fe..abbdc98 100644 --- a/stack.yaml +++ b/stack.yaml @@ -2,6 +2,6 @@ packages: - '.' resolver: lts-8.12 extra-deps: -- posix-pty-0.2.1 +- posix-pty-0.2.1.1 - websockets-0.11.1.0 explicit-setup-deps: -- cgit v1.2.3