[DHG_packages] 01/01: mtl: patch to build with newer transformers (for GHC 8 compatibility)
Clint Adams
clint at moszumanska.debian.org
Wed Jun 29 12:44:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit f8c2fc358baaa5bc8aeb3974f552f07fe733b8e8
Author: Clint Adams <clint at debian.org>
Date: Wed Jun 29 14:41:57 2016 +0200
mtl: patch to build with newer transformers (for GHC 8 compatibility)
---
p/haskell-mtl/debian/changelog | 8 ++++++--
p/haskell-mtl/debian/patches/newer-transformers | 11 +++++++++++
p/haskell-mtl/debian/patches/series | 1 +
3 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/p/haskell-mtl/debian/changelog b/p/haskell-mtl/debian/changelog
index b90d74d..f453098 100644
--- a/p/haskell-mtl/debian/changelog
+++ b/p/haskell-mtl/debian/changelog
@@ -1,10 +1,14 @@
-haskell-mtl (2.2.1-3) UNRELEASED; urgency=medium
+haskell-mtl (2.2.1-3) unstable; urgency=medium
+ [ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
* Convert `debian/copyright' to dep5 format
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:35:49 +0300
+ [ Clint Adams ]
+ * Patch to build with newer transformers (for GHC 8 compatibility).
+
+ -- Clint Adams <clint at debian.org> Wed, 29 Jun 2016 14:40:25 +0200
haskell-mtl (2.2.1-2) unstable; urgency=medium
diff --git a/p/haskell-mtl/debian/patches/newer-transformers b/p/haskell-mtl/debian/patches/newer-transformers
new file mode 100644
index 0000000..7b33a1b
--- /dev/null
+++ b/p/haskell-mtl/debian/patches/newer-transformers
@@ -0,0 +1,11 @@
+--- a/mtl.cabal
++++ b/mtl.cabal
+@@ -46,7 +46,7 @@ Library
+ Control.Monad.Writer.Class
+ Control.Monad.Writer.Lazy
+ Control.Monad.Writer.Strict
+- build-depends: base < 6, transformers == 0.4.*
++ build-depends: base < 6, transformers >= 0.4 && < 0.6
+ extensions:
+ MultiParamTypeClasses
+ FunctionalDependencies
diff --git a/p/haskell-mtl/debian/patches/series b/p/haskell-mtl/debian/patches/series
new file mode 100644
index 0000000..6f4ff70
--- /dev/null
+++ b/p/haskell-mtl/debian/patches/series
@@ -0,0 +1 @@
+newer-transformers
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list