[DHG_packages] 34/34: hakyll: Bump bounds for newer directory
Ilias Tsitsimpis
iliastsi-guest at moszumanska.debian.org
Fri Jan 27 09:46:50 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 ecd9c524ad14cbcf69c643bb10b2a0d191541f29
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date: Thu Jan 26 18:34:18 2017 +0200
hakyll: Bump bounds for newer directory
---
p/haskell-hakyll/debian/changelog | 6 ++++
p/haskell-hakyll/debian/patches/missing-test-data | 4 +++
p/haskell-hakyll/debian/patches/newer-directory | 36 +++++++++++++++++++++++
p/haskell-hakyll/debian/patches/series | 1 +
4 files changed, 47 insertions(+)
diff --git a/p/haskell-hakyll/debian/changelog b/p/haskell-hakyll/debian/changelog
index e8fe67e..69967bb 100644
--- a/p/haskell-hakyll/debian/changelog
+++ b/p/haskell-hakyll/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hakyll (4.9.2.0-2) 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:33:23 +0200
+
haskell-hakyll (4.9.2.0-1) unstable; urgency=medium
* New upstream release.
diff --git a/p/haskell-hakyll/debian/patches/missing-test-data b/p/haskell-hakyll/debian/patches/missing-test-data
index c41b9cf..596e659 100644
--- a/p/haskell-hakyll/debian/patches/missing-test-data
+++ b/p/haskell-hakyll/debian/patches/missing-test-data
@@ -1,3 +1,5 @@
+Index: b/tests/data/just-meta.html
+===================================================================
--- /dev/null
+++ b/tests/data/just-meta.html
@@ -0,0 +1,7 @@
@@ -8,6 +10,8 @@
+intfield: {$intfield$}
+numfield: {$numfield$}
+</pre>
+Index: b/tests/data/just-meta.html.out
+===================================================================
--- /dev/null
+++ b/tests/data/just-meta.html.out
@@ -0,0 +1,7 @@
diff --git a/p/haskell-hakyll/debian/patches/newer-directory b/p/haskell-hakyll/debian/patches/newer-directory
new file mode 100644
index 0000000..ad36a5c
--- /dev/null
+++ b/p/haskell-hakyll/debian/patches/newer-directory
@@ -0,0 +1,36 @@
+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/hakyll.cabal
+===================================================================
+--- a/hakyll.cabal
++++ b/hakyll.cabal
+@@ -158,7 +158,7 @@ Library
+ cryptohash >= 0.7 && < 0.12,
+ data-default >= 0.4 && < 0.8,
+ deepseq >= 1.3 && < 1.5,
+- directory >= 1.0 && < 1.3,
++ directory >= 1.0 && < 1.4,
+ filepath >= 1.0 && < 1.5,
+ lrucache >= 1.1.1 && < 1.3,
+ mtl >= 1 && < 2.3,
+@@ -251,7 +251,7 @@ Test-suite hakyll-tests
+ cryptohash >= 0.7 && < 0.12,
+ data-default >= 0.4 && < 0.8,
+ deepseq >= 1.3 && < 1.5,
+- directory >= 1.0 && < 1.3,
++ directory >= 1.0 && < 1.4,
+ filepath >= 1.0 && < 1.5,
+ lrucache >= 1.1.1 && < 1.3,
+ mtl >= 1 && < 2.3,
+@@ -312,7 +312,7 @@ Executable hakyll-init
+
+ Build-depends:
+ base >= 4 && < 5,
+- directory >= 1.0 && < 1.3,
++ directory >= 1.0 && < 1.4,
+ filepath >= 1.0 && < 1.5
+
+ Other-modules:
diff --git a/p/haskell-hakyll/debian/patches/series b/p/haskell-hakyll/debian/patches/series
index 222267d..f4b7759 100644
--- a/p/haskell-hakyll/debian/patches/series
+++ b/p/haskell-hakyll/debian/patches/series
@@ -1 +1,2 @@
missing-test-data
+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