[Git][haskell-team/DHG_packages][master] exceptions: patch for newer template-haskell
Clint Adams
gitlab at salsa.debian.org
Fri Apr 13 16:28:19 UTC 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
6ed97087 by Clint Adams at 2018-04-13T12:27:50-04:00
exceptions: patch for newer template-haskell
- - - - -
4 changed files:
- p/haskell-exceptions/debian/changelog
- p/haskell-exceptions/debian/control
- p/haskell-exceptions/debian/patches/newer-quickcheck → p/haskell-exceptions/debian/patches/newer-deps
- p/haskell-exceptions/debian/patches/series
Changes:
=====================================
p/haskell-exceptions/debian/changelog
=====================================
--- a/p/haskell-exceptions/debian/changelog
+++ b/p/haskell-exceptions/debian/changelog
@@ -1,3 +1,9 @@
+haskell-exceptions (0.8.3-8) unstable; urgency=medium
+
+ * Patch for newer template-haskell.
+
+ -- Clint Adams <clint at debian.org> Fri, 13 Apr 2018 12:27:39 -0400
+
haskell-exceptions (0.8.3-7) unstable; urgency=medium
* Fix Build-Depends.
=====================================
p/haskell-exceptions/debian/control
=====================================
--- a/p/haskell-exceptions/debian/control
+++ b/p/haskell-exceptions/debian/control
@@ -14,7 +14,7 @@ Build-Depends:
libghc-mtl-dev (>= 2.0),
libghc-mtl-prof,
libghc-quickcheck2-dev (>= 2.5),
- libghc-quickcheck2-dev (<< 2.11),
+ libghc-quickcheck2-dev (<< 2.12),
libghc-stm-dev,
libghc-stm-dev (<< 3),
libghc-stm-dev (>= 2.2),
@@ -24,7 +24,7 @@ Build-Depends:
libghc-test-framework-quickcheck2-dev (>= 0.3),
libghc-test-framework-quickcheck2-dev (<< 0.4),
libghc-transformers-compat-dev (>= 0.3),
- libghc-transformers-compat-dev (<< 0.6),
+ libghc-transformers-compat-dev (<< 0.7),
libghc-transformers-compat-prof,
Build-Depends-Indep:
ghc-doc,
=====================================
p/haskell-exceptions/debian/patches/newer-quickcheck → p/haskell-exceptions/debian/patches/newer-deps
=====================================
--- a/p/haskell-exceptions/debian/patches/newer-quickcheck
+++ b/p/haskell-exceptions/debian/patches/newer-deps
@@ -1,8 +1,20 @@
--- a/exceptions.cabal
+++ b/exceptions.cabal
+@@ -35,9 +35,9 @@
+ build-depends:
+ base >= 4.3 && < 5,
+ stm >= 2.2 && < 3,
+- template-haskell >= 2.2 && < 2.12,
++ template-haskell >= 2.2 && < 2.14,
+ transformers >= 0.2 && < 0.6,
+- transformers-compat >= 0.3 && < 0.6,
++ transformers-compat >= 0.3 && < 0.7,
+ mtl >= 2.0 && < 2.3
+
+ exposed-modules:
@@ -62,4 +62,4 @@
mtl,
test-framework >= 0.8 && < 0.9,
test-framework-quickcheck2 >= 0.3 && < 0.4,
- QuickCheck >= 2.5 && < 2.10
-+ QuickCheck >= 2.5 && < 2.11
++ QuickCheck >= 2.5 && < 2.12
=====================================
p/haskell-exceptions/debian/patches/series
=====================================
--- a/p/haskell-exceptions/debian/patches/series
+++ b/p/haskell-exceptions/debian/patches/series
@@ -1 +1 @@
-newer-quickcheck
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/6ed97087cadb327af9e017acd795872d830ea5a1
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/6ed97087cadb327af9e017acd795872d830ea5a1
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/20180413/f7453806/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list