[package-plan] 01/02: Upgrade stack to 1.5.1

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Thu Oct 26 17:44:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

iliastsi-guest pushed a commit to branch master
in repository package-plan.

commit 92e808b49e08797be7973acb093a827b389db4bc
Author: Ilias Tsitsimpis <iliastsi at debian.org>
Date:   Thu Oct 26 20:38:23 2017 +0300

    Upgrade stack to 1.5.1
    
    Upgrade stack to 1.5.1, which fixes #869484.
    Pull in additional dependencies.
---
 packages.txt                  |  9 ++++++++-
 patches/stack/1.5.1/no-mintty | 21 +++++++++++++++++++++
 patches/stack/1.5.1/series    |  1 +
 3 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/packages.txt b/packages.txt
index a1bf1e1..713a966 100644
--- a/packages.txt
+++ b/packages.txt
@@ -13,6 +13,7 @@ alex 3.2.3 binary key
 Allure 0.5.0.0 binary=allure
 alsa-core 0.5.0.1
 alsa-mixer 0.2.0.3
+annotated-wl-pprint 0.7.0
 ansi-terminal 0.6.3.1
 ansi-wl-pprint 0.6.7.3
 appar 0.1.4
@@ -48,6 +49,7 @@ binary-tagged 0.1.4.2
 bindings-DSL 1.0.23
 bindings-nettle 0.3.1 key # for QA
 bindings-sane 0.0.1 key # for QA
+bitarray 0.0.1.1
 blaze-builder 0.4.0.2
 blaze-builder-conduit 1.1.0 avoid
 blaze-html 0.9.0.1
@@ -225,6 +227,7 @@ dual-tree 0.2.1
 dynamic-state 0.2.2.0
 dyre 0.8.12
 easy-file 0.2.1
+echo 0.1.3
 ed25519 0.0.5.0 -f-test-hlint key
 EdisonAPI 1.3.1
 EdisonCore 1.3.1.1
@@ -279,6 +282,7 @@ generic-deriving 1.11.2
 generics-sop 0.3.1.0
 generic-trie 0.3.0.2
 geniplate-mirror 0.7.5
+getopt-generics 0.13.0.1
 ghc-events 0.6.0
 ghc-mod 5.8.0.0 binary notest # tests need patching for newer hspec (possibly just a bounds bump)
 ghc-mtl 1.2.1.0
@@ -612,6 +616,7 @@ persistent-postgresql 2.6.1
 persistent-sqlite 2.6.2
 persistent-template 2.5.2
 # phybin 0.3 tille wants this to be added
+pid1 0.1.2.0
 pipes 4.3.4
 pipes-aeson 0.4.1.8
 pipes-attoparsec 0.5.1.5
@@ -747,7 +752,7 @@ sockaddr 0.0.0
 socks 0.5.5
 split 0.2.3.2
 sql-words 0.1.5.1
-stack 1.4.0 binary=haskell-stack key ignore # BROKEN - LTS 8 - needs patching for newer store
+stack 1.5.1 binary=haskell-stack key ahead
 stateref 0.3
 statestack 0.2.0.5
 StateVar 1.1.0.4
@@ -806,6 +811,7 @@ texmath 0.9.4.1
 text 1.2.2.2 notest
 text-binary 0.2.1.1
 text-icu 0.7.0.1
+text-metrics 0.3.0
 text-postgresql 0.0.2.3
 text-show 3.6
 text-zipper 0.10.1
@@ -843,6 +849,7 @@ type-level-numbers 0.1.1.1
 uglymemo 0.1.0.1
 unbounded-delays 0.1.1.0
 unexceptionalio 0.3.0
+unicode-transforms 0.3.3
 uniplate 1.6.12
 universe-base 1.0.2.1 key
 unix-compat 0.4.3.1
diff --git a/patches/stack/1.5.1/no-mintty b/patches/stack/1.5.1/no-mintty
new file mode 100644
index 0000000..11a9811
--- /dev/null
+++ b/patches/stack/1.5.1/no-mintty
@@ -0,0 +1,21 @@
+Description: Remove useless dependency on mintty
+ mintty is useless for any non-Windows operating systems. It is used by echo
+ (stack's dependency) on Windows systems. Stack depends on it to force the use
+ of mintty-0.1.1 over 0.1, because mintty-0.1 can cause build failures
+ according to https://hackage.haskell.org/package/mintty-0.1.1/changelog.
+Author: Ilias Tsitsimpis <iliastsi at debian.org>
+Forwarded: no
+---
+
+Index: b/stack.cabal
+===================================================================
+--- a/stack.cabal
++++ b/stack.cabal
+@@ -233,7 +233,6 @@ library
+         memory >=0.13 && <0.15,
+         microlens >=0.3.0.0 && <0.5,
+         microlens-mtl >=0.1.10.0 && <0.2,
+-        mintty >=0.1.1 && <0.2,
+         monad-control >=1.0.1.0 && <1.1,
+         monad-logger >=0.3.13.1 && <0.4,
+         monad-unlift >=0.2.0 && <0.3,
diff --git a/patches/stack/1.5.1/series b/patches/stack/1.5.1/series
new file mode 100644
index 0000000..a68fdd5
--- /dev/null
+++ b/patches/stack/1.5.1/series
@@ -0,0 +1 @@
+no-mintty

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git



More information about the Pkg-haskell-commits mailing list