[DHG_packages] 02/05: wizards: patch for newer transformers

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 16:14:12 UTC 2016


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

clint pushed a commit to branch experimental
in repository DHG_packages.

commit 0e815529619997659e36dd91d144ab8a20b4471e
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 12:10:04 2016 -0400

    wizards: patch for newer transformers
---
 p/haskell-wizards/debian/changelog                  |  6 ++++++
 p/haskell-wizards/debian/patches/newer-transformers | 11 +++++++++++
 p/haskell-wizards/debian/patches/series             |  1 +
 3 files changed, 18 insertions(+)

diff --git a/p/haskell-wizards/debian/changelog b/p/haskell-wizards/debian/changelog
index 3aeba32..5123963 100644
--- a/p/haskell-wizards/debian/changelog
+++ b/p/haskell-wizards/debian/changelog
@@ -1,3 +1,9 @@
+haskell-wizards (1.0.2-6) experimental; urgency=medium
+
+  * Patch for newer transformers.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 12:09:50 -0400
+
 haskell-wizards (1.0.2-5) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-wizards/debian/patches/newer-transformers b/p/haskell-wizards/debian/patches/newer-transformers
new file mode 100644
index 0000000..0ff43a9
--- /dev/null
+++ b/p/haskell-wizards/debian/patches/newer-transformers
@@ -0,0 +1,11 @@
+--- a/wizards.cabal
++++ b/wizards.cabal
+@@ -83,7 +83,7 @@ Library
+   Extensions: OverlappingInstances                   
+   
+   -- Packages needed in order to build this package.
+-  Build-depends: base == 4.*, haskeline >= 0.6 && < 0.8, mtl >= 2.0 && < 2.3, transformers >= 0.1 && < 0.5, control-monad-free >= 0.5 && < 0.7, containers >= 0.4 && < 0.6
++  Build-depends: base == 4.*, haskeline >= 0.6 && < 0.8, mtl >= 2.0 && < 2.3, transformers >= 0.1 && < 0.6, control-monad-free >= 0.5 && < 0.7, containers >= 0.4 && < 0.6
+   
+   -- Modules not exported by this package.
+   -- Other-modules:       
diff --git a/p/haskell-wizards/debian/patches/series b/p/haskell-wizards/debian/patches/series
new file mode 100644
index 0000000..6f4ff70
--- /dev/null
+++ b/p/haskell-wizards/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