[DHG_packages] 30/34: werewolf: Bump bounds for newer directory
Ilias Tsitsimpis
iliastsi-guest at moszumanska.debian.org
Fri Jan 27 09:46:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
iliastsi-guest pushed a commit to branch ghc-8.0.2
in repository DHG_packages.
commit 646108c751a88e8dfc240fe34a41f98e89298f37
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date: Thu Jan 26 18:34:06 2017 +0200
werewolf: Bump bounds for newer directory
---
p/haskell-werewolf/debian/changelog | 6 ++++++
p/haskell-werewolf/debian/patches/newer-directory | 18 ++++++++++++++++++
p/haskell-werewolf/debian/patches/series | 1 +
3 files changed, 25 insertions(+)
diff --git a/p/haskell-werewolf/debian/changelog b/p/haskell-werewolf/debian/changelog
index 9be2023..296a3b0 100644
--- a/p/haskell-werewolf/debian/changelog
+++ b/p/haskell-werewolf/debian/changelog
@@ -1,3 +1,9 @@
+haskell-werewolf (1.5.1.1-4) unstable; urgency=medium
+
+ * Bump bounds for newer directory, shipped with ghc-8.0.2.
+
+ -- Ilias Tsitsimpis <i.tsitsimpis at gmail.com> Thu, 26 Jan 2017 18:27:09 +0200
+
haskell-werewolf (1.5.1.1-3) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-werewolf/debian/patches/newer-directory b/p/haskell-werewolf/debian/patches/newer-directory
new file mode 100644
index 0000000..f566249
--- /dev/null
+++ b/p/haskell-werewolf/debian/patches/newer-directory
@@ -0,0 +1,18 @@
+Description: Bump bounds for newer directory
+ Bump bounds for directory 1.3.0.0, shipped with ghc-8.0.2.
+Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
+Origin: no
+
+Index: b/werewolf.cabal
+===================================================================
+--- a/werewolf.cabal
++++ b/werewolf.cabal
+@@ -352,7 +352,7 @@ executable werewolf
+ aeson >= 0.8 && < 0.12,
+ base >= 4.8 && < 5,
+ containers == 0.5.*,
+- directory == 1.2.*,
++ directory < 1.4,
+ extra == 1.4.*,
+ filepath == 1.4.*,
+ lens >= 4.12 && < 4.15,
diff --git a/p/haskell-werewolf/debian/patches/series b/p/haskell-werewolf/debian/patches/series
new file mode 100644
index 0000000..8320b23
--- /dev/null
+++ b/p/haskell-werewolf/debian/patches/series
@@ -0,0 +1 @@
+newer-directory
--
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