summaryrefslogtreecommitdiff
path: root/p/haskell-primitive
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-06-29 17:11:47 +0200
committerClint Adams <clint@debian.org>2016-06-29 17:11:47 +0200
commit1b24063138773c81505a1f5cf60cd6dae08c4ac1 (patch)
treeed78f0803cd2787ce44d89f41b4fd95b6a2121c1 /p/haskell-primitive
parenteadba84308d4c7ee5c208f547e88ceb291931187 (diff)
downloadDHG_packages-1b24063138773c81505a1f5cf60cd6dae08c4ac1.tar.gz
primitive: patch to build with GHC 8
Diffstat (limited to 'p/haskell-primitive')
-rw-r--r--p/haskell-primitive/debian/changelog8
-rw-r--r--p/haskell-primitive/debian/patches/newer-base-and-ghc-prim-and-transformers15
-rw-r--r--p/haskell-primitive/debian/patches/series1
3 files changed, 22 insertions, 2 deletions
diff --git a/p/haskell-primitive/debian/changelog b/p/haskell-primitive/debian/changelog
index c240329bf..be759f29d 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@gnu.org> Tue, 10 May 2016 09:36:01 +0300
+ [ Clint Adams ]
+ * Patch to build with GHC 8.
+
+ -- Clint Adams <clint@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 000000000..89c8f5ef3
--- /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 000000000..8b5cefbcb
--- /dev/null
+++ b/p/haskell-primitive/debian/patches/series
@@ -0,0 +1 @@
+newer-base-and-ghc-prim-and-transformers