[DHG_packages] 01/01: haskell-filestore: Update to work with new ghc 8.0.2

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Tue Jun 20 21:21:41 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 07cc88dcb5a67825e9ea8f4272ebc370e099e069
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Tue Jun 20 23:20:50 2017 +0200

    haskell-filestore: Update to work with new ghc 8.0.2
---
 p/haskell-filestore/debian/changelog                  |  7 +++++++
 .../debian/patches/new-directory.patch                | 19 +++++++++++++++++++
 p/haskell-filestore/debian/patches/series             |  1 +
 3 files changed, 27 insertions(+)

diff --git a/p/haskell-filestore/debian/changelog b/p/haskell-filestore/debian/changelog
index d359f51..fa80c2f 100644
--- a/p/haskell-filestore/debian/changelog
+++ b/p/haskell-filestore/debian/changelog
@@ -1,3 +1,10 @@
+haskell-filestore (0.6.2-4) unstable; urgency=medium
+
+  * Team upload.
+  * Work with newer directory
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Wed, 25 Jan 2017 07:14:58 +0100
+
 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/new-directory.patch b/p/haskell-filestore/debian/patches/new-directory.patch
new file mode 100644
index 0000000..4706530
--- /dev/null
+++ b/p/haskell-filestore/debian/patches/new-directory.patch
@@ -0,0 +1,19 @@
+--- haskell-filestore-0.6.2.orig/filestore.cabal
++++ haskell-filestore-0.6.2/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..81fd058
--- /dev/null
+++ b/p/haskell-filestore/debian/patches/series
@@ -0,0 +1 @@
+new-directory.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