[DHG_packages] 01/01: test-framework: patch to build with GHC 8.

Clint Adams clint at moszumanska.debian.org
Wed Jun 29 18:59:16 UTC 2016


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

clint pushed a commit to branch master
in repository DHG_packages.

commit efe98ec1ad3ab820b23decca9f2d2c04eaa2bbc8
Author: Clint Adams <clint at debian.org>
Date:   Wed Jun 29 20:57:32 2016 +0200

    test-framework: patch to build with GHC 8.
---
 p/haskell-test-framework/debian/patches/newer-time | 11 +++++++++++
 p/haskell-test-framework/debian/patches/series     |  1 +
 2 files changed, 12 insertions(+)

diff --git a/p/haskell-test-framework/debian/patches/newer-time b/p/haskell-test-framework/debian/patches/newer-time
new file mode 100644
index 0000000..fb28b6b
--- /dev/null
+++ b/p/haskell-test-framework/debian/patches/newer-time
@@ -0,0 +1,11 @@
+--- a/test-framework.cabal
++++ b/test-framework.cabal
+@@ -50,7 +50,7 @@ Library
+                                 base >= 4.3 && < 5, random >= 1.0, containers >= 0.1,
+                                 regex-posix >= 0.72,
+                                 old-locale >= 1.0,
+-                                time >= 1.1.2 && < 1.6,
++                                time >= 1.1.2 && < 1.7,
+                                 xml >= 1.3.5, hostname >= 1.0
+ 
+         Extensions:             CPP
diff --git a/p/haskell-test-framework/debian/patches/series b/p/haskell-test-framework/debian/patches/series
new file mode 100644
index 0000000..5a2b744
--- /dev/null
+++ b/p/haskell-test-framework/debian/patches/series
@@ -0,0 +1 @@
+newer-time

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