[Git][haskell-team/package-plan][master] patch statestack

Clint Adams gitlab at salsa.debian.org
Thu Apr 12 14:09:56 UTC 2018


Clint Adams pushed to branch master at Debian Haskell Group / package-plan


Commits:
e23b3279 by Clint Adams at 2018-04-12T10:09:48-04:00
patch statestack

- - - - -


3 changed files:

- packages.txt
- + patches/statestack/0.2.0.5/newer-base-and-transformers-compat
- + patches/statestack/0.2.0.5/series


Changes:

=====================================
packages.txt
=====================================
--- a/packages.txt
+++ b/packages.txt
@@ -768,7 +768,7 @@ split 0.2.3.3
 sql-words 0.1.5.1
 stack 1.6.5 binary=haskell-stack key ignore # BROKEN: LTS 11: newer ansi-terminal
 stateref 0.3
-statestack 0.2.0.5 ignore # BROKEN: LTS 11: newer base
+statestack 0.2.0.5
 StateVar 1.1.0.4
 static-hash 0.0.1
 statistics 0.14.0.2


=====================================
patches/statestack/0.2.0.5/newer-base-and-transformers-compat
=====================================
--- /dev/null
+++ b/patches/statestack/0.2.0.5/newer-base-and-transformers-compat
@@ -0,0 +1,12 @@
+--- a/statestack.cabal
++++ b/statestack.cabal
+@@ -19,7 +19,7 @@
+ Library
+   Default-language:    Haskell2010
+   Exposed-modules:     Control.Monad.StateStack
+-  Build-depends:       base >= 4.2 && < 4.10,
++  Build-depends:       base >= 4.2 && < 4.12,
+                        mtl >= 2.1 && < 2.3,
+                        transformers >= 0.3 && < 0.6,
+-                       transformers-compat >= 0.4 && < 0.6
++                       transformers-compat >= 0.4 && < 0.7


=====================================
patches/statestack/0.2.0.5/series
=====================================
--- /dev/null
+++ b/patches/statestack/0.2.0.5/series
@@ -0,0 +1 @@
+newer-base-and-transformers-compat



View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/commit/e23b32799ebae7cf9c0ed61f0302ecdf60e9ddb8

---
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/commit/e23b32799ebae7cf9c0ed61f0302ecdf60e9ddb8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-haskell-commits/attachments/20180412/c436de3b/attachment.html>


More information about the Pkg-haskell-commits mailing list