[DHG_packages] 03/03: haskell-hakyll: fix build by bumping directory bounds
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Wed Jun 21 07:10:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a commit to branch master
in repository DHG_packages.
commit adde610a6136965b039a577056ad0d55b4882350
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Wed Jun 21 09:08:48 2017 +0200
haskell-hakyll: fix build by bumping directory bounds
---
p/haskell-hakyll/debian/changelog | 7 ++++++
.../debian/patches/bump-directory-bounds.patch | 29 ++++++++++++++++++++++
p/haskell-hakyll/debian/patches/series | 1 +
3 files changed, 37 insertions(+)
diff --git a/p/haskell-hakyll/debian/changelog b/p/haskell-hakyll/debian/changelog
index e8fe67e..240bd7c 100644
--- a/p/haskell-hakyll/debian/changelog
+++ b/p/haskell-hakyll/debian/changelog
@@ -1,3 +1,10 @@
+haskell-hakyll (4.9.2.0-2) unstable; urgency=medium
+
+ * Team upload.
+ * Bump directory bounds
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Wed, 21 Jun 2017 09:08:28 +0200
+
haskell-hakyll (4.9.2.0-1) unstable; urgency=medium
* New upstream release.
diff --git a/p/haskell-hakyll/debian/patches/bump-directory-bounds.patch b/p/haskell-hakyll/debian/patches/bump-directory-bounds.patch
new file mode 100644
index 0000000..5519b7a
--- /dev/null
+++ b/p/haskell-hakyll/debian/patches/bump-directory-bounds.patch
@@ -0,0 +1,29 @@
+--- haskell-hakyll-4.9.2.0.orig/hakyll.cabal
++++ haskell-hakyll-4.9.2.0/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..31d64d7 100644
--- a/p/haskell-hakyll/debian/patches/series
+++ b/p/haskell-hakyll/debian/patches/series
@@ -1 +1,2 @@
missing-test-data
+bump-directory-bounds.patch
--
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