[DHG_packages] 01/01: primitive: patch to build with GHC 8
Clint Adams
clint at moszumanska.debian.org
Wed Jun 29 15:13:10 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 1b24063138773c81505a1f5cf60cd6dae08c4ac1
Author: Clint Adams <clint at debian.org>
Date: Wed Jun 29 17:11:47 2016 +0200
primitive: patch to build with GHC 8
---
p/haskell-primitive/debian/changelog | 8 ++++++--
.../patches/newer-base-and-ghc-prim-and-transformers | 15 +++++++++++++++
p/haskell-primitive/debian/patches/series | 1 +
3 files changed, 22 insertions(+), 2 deletions(-)
diff --git a/p/haskell-primitive/debian/changelog b/p/haskell-primitive/debian/changelog
index c240329..be759f2 100644
--- a/p/haskell-primitive/debian/changelog
+++ b/p/haskell-primitive/debian/changelog
@@ -1,9 +1,13 @@
-haskell-primitive (0.6.1.0-2) UNRELEASED; urgency=medium
+haskell-primitive (0.6.1.0-2) unstable; urgency=medium
+ [ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:36:01 +0300
+ [ Clint Adams ]
+ * Patch to build with GHC 8.
+
+ -- Clint Adams <clint at debian.org> Wed, 29 Jun 2016 17:10:20 +0200
haskell-primitive (0.6.1.0-1) unstable; urgency=medium
diff --git a/p/haskell-primitive/debian/patches/newer-base-and-ghc-prim-and-transformers b/p/haskell-primitive/debian/patches/newer-base-and-ghc-prim-and-transformers
new file mode 100644
index 0000000..89c8f5e
--- /dev/null
+++ b/p/haskell-primitive/debian/patches/newer-base-and-ghc-prim-and-transformers
@@ -0,0 +1,15 @@
+--- a/primitive.cabal
++++ b/primitive.cabal
+@@ -36,9 +36,9 @@ Library
+ Data.Primitive.Internal.Compat
+ Data.Primitive.Internal.Operations
+
+- Build-Depends: base >= 4.3 && < 4.9
+- , ghc-prim >= 0.2 && < 0.5
+- , transformers >= 0.2 && < 0.5
++ Build-Depends: base >= 4.3 && < 4.10
++ , ghc-prim >= 0.2 && < 0.6
++ , transformers >= 0.2 && < 0.6
+
+ Ghc-Options: -O2 -Wall
+
diff --git a/p/haskell-primitive/debian/patches/series b/p/haskell-primitive/debian/patches/series
new file mode 100644
index 0000000..8b5cefb
--- /dev/null
+++ b/p/haskell-primitive/debian/patches/series
@@ -0,0 +1 @@
+newer-base-and-ghc-prim-and-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