[DHG_packages] 04/34: filestore: Bump bounds for newer directory

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Fri Jan 27 09:46:46 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 29cf4f995bc6577a43eec76ce39d9f1d3fa28daf
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date:   Wed Jan 25 21:19:56 2017 +0200

    filestore: Bump bounds for newer directory
---
 p/haskell-filestore/debian/changelog               |  6 +++++
 p/haskell-filestore/debian/patches/newer-directory | 26 ++++++++++++++++++++++
 p/haskell-filestore/debian/patches/series          |  1 +
 3 files changed, 33 insertions(+)

diff --git a/p/haskell-filestore/debian/changelog b/p/haskell-filestore/debian/changelog
index d359f51..1c8472f 100644
--- a/p/haskell-filestore/debian/changelog
+++ b/p/haskell-filestore/debian/changelog
@@ -1,3 +1,9 @@
+haskell-filestore (0.6.2-4) unstable; urgency=medium
+
+  * Bump bounds for newer directory, shipped with ghc-8.0.2.
+
+ -- Ilias Tsitsimpis <i.tsitsimpis at gmail.com>  Wed, 25 Jan 2017 18:49:35 +0200
+
 haskell-filestore (0.6.2-3) unstable; urgency=medium
 
   * Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-filestore/debian/patches/newer-directory b/p/haskell-filestore/debian/patches/newer-directory
new file mode 100644
index 0000000..0c95c7b
--- /dev/null
+++ b/p/haskell-filestore/debian/patches/newer-directory
@@ -0,0 +1,26 @@
+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/filestore.cabal
+===================================================================
+--- a/filestore.cabal
++++ b/filestore.cabal
+@@ -33,7 +33,7 @@ Library
+                          containers >= 0.3 && < 0.6,
+                          utf8-string >= 0.3 && < 1.1,
+                          filepath >= 1.1 && < 1.5,
+-                         directory >= 1.0 && < 1.3,
++                         directory >= 1.0 && < 1.4,
+                          parsec >= 2 && < 3.2,
+                          process >= 1.0 && < 1.5,
+                          time >= 1.1 && < 1.7,
+@@ -70,6 +70,6 @@ Test-suite test-filestore
+                     time,
+                     Diff >= 0.2 && < 0.4,
+                     filepath >= 1.1 && < 1.5,
+-                    directory >= 1.1 && < 1.3,
++                    directory >= 1.1 && < 1.4,
+                     filestore
+ 
diff --git a/p/haskell-filestore/debian/patches/series b/p/haskell-filestore/debian/patches/series
new file mode 100644
index 0000000..8320b23
--- /dev/null
+++ b/p/haskell-filestore/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