[Git][haskell-team/DHG_packages][master] statestack: patch for newer base and transformers-compat
Clint Adams
gitlab at salsa.debian.org
Thu Apr 12 14:08:55 UTC 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
0d870d67 by Clint Adams at 2018-04-12T10:08:10-04:00
statestack: patch for newer base and transformers-compat
- - - - -
4 changed files:
- p/haskell-statestack/debian/changelog
- p/haskell-statestack/debian/control
- + p/haskell-statestack/debian/patches/newer-base-and-transformers-compat
- + p/haskell-statestack/debian/patches/series
Changes:
=====================================
p/haskell-statestack/debian/changelog
=====================================
--- a/p/haskell-statestack/debian/changelog
+++ b/p/haskell-statestack/debian/changelog
@@ -1,3 +1,9 @@
+haskell-statestack (0.2.0.5-5) unstable; urgency=medium
+
+ * Patch for newer base and transformers-compat.
+
+ -- Clint Adams <clint at debian.org> Thu, 12 Apr 2018 10:07:53 -0400
+
haskell-statestack (0.2.0.5-4) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-statestack/debian/control
=====================================
--- a/p/haskell-statestack/debian/control
+++ b/p/haskell-statestack/debian/control
@@ -9,12 +9,12 @@ Build-Depends:
debhelper (>= 9),
ghc (>= 8),
ghc-prof,
- haskell-devscripts (>= 0.13),
- libghc-mtl-dev (<< 2.3),
+ haskell-devscripts (>= 0.13.7),
libghc-mtl-dev (>= 2.1),
+ libghc-mtl-dev (<< 2.3),
libghc-mtl-prof,
- libghc-transformers-compat-dev (<< 0.6),
libghc-transformers-compat-dev (>= 0.4),
+ libghc-transformers-compat-dev (<< 0.7),
libghc-transformers-compat-prof,
Build-Depends-Indep:
ghc-doc,
=====================================
p/haskell-statestack/debian/patches/newer-base-and-transformers-compat
=====================================
--- /dev/null
+++ b/p/haskell-statestack/debian/patches/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
=====================================
p/haskell-statestack/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-statestack/debian/patches/series
@@ -0,0 +1 @@
+newer-base-and-transformers-compat
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/0d870d67a86db5e187c880be72a4ae60cfe8d43c
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/0d870d67a86db5e187c880be72a4ae60cfe8d43c
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/31e17fce/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list