[DHG_packages] 01/01: werewolf: patch for newer extra and MonadRandom. closes: #867842
Clint Adams
clint at moszumanska.debian.org
Sun Jul 9 20:53:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit 7aa98fceb2dfb3f6d4dedb26eb2dd8154e207d6f
Author: Clint Adams <clint at debian.org>
Date: Sun Jul 9 16:52:47 2017 -0400
werewolf: patch for newer extra and MonadRandom. closes: #867842
---
p/haskell-werewolf/debian/changelog | 6 ++++++
p/haskell-werewolf/debian/control | 6 +++---
.../debian/patches/newer-extra-and-monadrandom | 15 +++++++++++++++
p/haskell-werewolf/debian/patches/series | 1 +
4 files changed, 25 insertions(+), 3 deletions(-)
diff --git a/p/haskell-werewolf/debian/changelog b/p/haskell-werewolf/debian/changelog
index 02039a7..4af2d50 100644
--- a/p/haskell-werewolf/debian/changelog
+++ b/p/haskell-werewolf/debian/changelog
@@ -1,3 +1,9 @@
+haskell-werewolf (1.5.1.1-5) unstable; urgency=medium
+
+ * Patch for newer extra and MonadRandom. closes: #867842.
+
+ -- Clint Adams <clint at debian.org> Sun, 09 Jul 2017 16:49:46 -0400
+
haskell-werewolf (1.5.1.1-4) unstable; urgency=medium
* Team upload.
diff --git a/p/haskell-werewolf/debian/control b/p/haskell-werewolf/debian/control
index 7fb9017..8c819e1 100644
--- a/p/haskell-werewolf/debian/control
+++ b/p/haskell-werewolf/debian/control
@@ -13,8 +13,8 @@ Build-Depends:
libghc-aeson-dev (<< 0.12),
libghc-aeson-dev (>= 0.8),
libghc-aeson-prof,
- libghc-extra-dev (<< 1.5),
libghc-extra-dev (>= 1.4),
+ libghc-extra-dev (<< 1.6),
libghc-extra-prof,
libghc-interpolate-dev (<< 0.2),
libghc-interpolate-dev (>= 0.1),
@@ -22,8 +22,8 @@ Build-Depends:
libghc-lens-dev (<< 4.15),
libghc-lens-dev (>= 4.12),
libghc-lens-prof,
- libghc-monadrandom-dev (<< 0.5),
libghc-monadrandom-dev (>= 0.4),
+ libghc-monadrandom-dev (<< 0.6),
libghc-mtl-dev (<< 2.3),
libghc-mtl-dev (>= 2.2),
libghc-mtl-prof,
@@ -41,7 +41,7 @@ Build-Depends-Indep:
libghc-lens-doc,
libghc-mtl-doc,
libghc-text-doc,
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
Homepage: https://github.com/hjwylde/werewolf
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-werewolf
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-werewolf/debian/patches/newer-extra-and-monadrandom b/p/haskell-werewolf/debian/patches/newer-extra-and-monadrandom
new file mode 100644
index 0000000..d31e8c5
--- /dev/null
+++ b/p/haskell-werewolf/debian/patches/newer-extra-and-monadrandom
@@ -0,0 +1,15 @@
+--- a/werewolf.cabal
++++ b/werewolf.cabal
+@@ -353,10 +353,10 @@
+ base >= 4.8 && < 5,
+ containers == 0.5.*,
+ directory > 1.2,
+- extra == 1.4.*,
++ extra >= 1.4 && < 1.6,
+ filepath == 1.4.*,
+ lens >= 4.12 && < 4.15,
+- MonadRandom == 0.4.*,
++ MonadRandom >= 0.4 && < 0.6,
+ mtl == 2.2.*,
+ optparse-applicative >= 0.11 && < 0.14,
+ random-shuffle,
diff --git a/p/haskell-werewolf/debian/patches/series b/p/haskell-werewolf/debian/patches/series
index 8320b23..b347876 100644
--- a/p/haskell-werewolf/debian/patches/series
+++ b/p/haskell-werewolf/debian/patches/series
@@ -1 +1,2 @@
newer-directory
+newer-extra-and-monadrandom
--
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