[DHG_packages] 03/03: file-location: patch for newer transformers

Clint Adams clint at moszumanska.debian.org
Tue Oct 18 21:57:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit 8165de36d198823b15d5db1a90f42651dd61cefd
Author: Clint Adams <clint at debian.org>
Date:   Tue Oct 18 17:53:40 2016 -0400

    file-location: patch for newer transformers
---
 p/haskell-file-location/debian/changelog                  |  6 ++++++
 p/haskell-file-location/debian/patches/newer-transformers | 11 +++++++++++
 p/haskell-file-location/debian/patches/series             |  1 +
 3 files changed, 18 insertions(+)

diff --git a/p/haskell-file-location/debian/changelog b/p/haskell-file-location/debian/changelog
index b9d6a74..d3e513c 100644
--- a/p/haskell-file-location/debian/changelog
+++ b/p/haskell-file-location/debian/changelog
@@ -1,3 +1,9 @@
+haskell-file-location (0.4.9-5) experimental; urgency=medium
+
+  * Patch for newer transformers.
+
+ -- Clint Adams <clint at debian.org>  Tue, 18 Oct 2016 17:53:22 -0400
+
 haskell-file-location (0.4.9-4) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-file-location/debian/patches/newer-transformers b/p/haskell-file-location/debian/patches/newer-transformers
new file mode 100644
index 0000000..bd3affa
--- /dev/null
+++ b/p/haskell-file-location/debian/patches/newer-transformers
@@ -0,0 +1,11 @@
+--- a/file-location.cabal
++++ b/file-location.cabal
+@@ -71,7 +71,7 @@ Library
+                 , lifted-base
+                 , template-haskell
+                 , th-orphans       >= 0.9
+-                , transformers     >= 0.2 && < 0.5
++                , transformers     >= 0.2 && < 0.6
+                 , containers
+                 , HUnit
+ 
diff --git a/p/haskell-file-location/debian/patches/series b/p/haskell-file-location/debian/patches/series
new file mode 100644
index 0000000..6f4ff70
--- /dev/null
+++ b/p/haskell-file-location/debian/patches/series
@@ -0,0 +1 @@
+newer-transformers

-- 
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