[Git][haskell-team/DHG_packages][master] haskell-primitive: add upstream patch to allow new base

Gianfranco Costamagna gitlab at salsa.debian.org
Sat Aug 3 17:43:05 BST 2019



Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
c7bd498f by Gianfranco Costamagna at 2019-08-03T16:40:18Z
haskell-primitive: add upstream patch to allow new base

- - - - -


2 changed files:

- + p/haskell-primitive/debian/patches/33e01bd67f04907d6a8c5af42fbeedb580a293cc.patch
- + p/haskell-primitive/debian/patches/series


Changes:

=====================================
p/haskell-primitive/debian/patches/33e01bd67f04907d6a8c5af42fbeedb580a293cc.patch
=====================================
@@ -0,0 +1,51 @@
+From 33e01bd67f04907d6a8c5af42fbeedb580a293cc Mon Sep 17 00:00:00 2001
+From: Ryan Scott <ryan.gl.scott at gmail.com>
+Date: Tue, 10 Jul 2018 13:06:54 -0400
+Subject: [PATCH] Allow base-4.12
+
+Fixes #179.
+---
+ bench/primitive-benchmarks.cabal | 2 +-
+ primitive.cabal                  | 2 +-
+ test/primitive-tests.cabal       | 4 ++--
+ 3 files changed, 4 insertions(+), 4 deletions(-)
+
+#diff --git a/bench/primitive-benchmarks.cabal b/bench/primitive-benchmarks.cabal
+#index 51e49d6..43846ed 100644
+#--- a/bench/primitive-benchmarks.cabal
+#+++ b/bench/primitive-benchmarks.cabal
+#@@ -43,7 +43,7 @@ benchmark bench
+#     PrimArray.Compare
+#     PrimArray.Traverse
+#   build-depends:
+#-      base >= 4.8 && < 4.12
+#+      base >= 4.8 && < 4.13
+#     , primitive
+#     , deepseq
+#     , ghc-prim
+Index: haskell-primitive-0.6.4.0/primitive.cabal
+===================================================================
+--- haskell-primitive-0.6.4.0.orig/primitive.cabal
++++ haskell-primitive-0.6.4.0/primitive.cabal
+@@ -53,7 +53,7 @@
+         Data.Primitive.Internal.Compat
+         Data.Primitive.Internal.Operations
+ 
+-  Build-Depends: base >= 4.5 && < 4.12
++  Build-Depends: base >= 4.5 && < 4.13
+                , ghc-prim >= 0.2 && < 0.6
+                , transformers >= 0.2 && < 0.6
+ 
+Index: haskell-primitive-0.6.4.0/test/primitive-tests.cabal
+===================================================================
+--- haskell-primitive-0.6.4.0.orig/test/primitive-tests.cabal
++++ haskell-primitive-0.6.4.0/test/primitive-tests.cabal
+@@ -28,7 +28,7 @@
+   hs-source-dirs: .
+   main-is: main.hs
+   type: exitcode-stdio-1.0
+-  build-depends: base >= 4.5 && < 4.12
++  build-depends: base >= 4.5 && < 4.13
+                , ghc-prim
+                , primitive
+                , QuickCheck


=====================================
p/haskell-primitive/debian/patches/series
=====================================
@@ -0,0 +1 @@
+33e01bd67f04907d6a8c5af42fbeedb580a293cc.patch



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/c7bd498f5be13c77fd3711d14a9fd24d7c36cd72

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/c7bd498f5be13c77fd3711d14a9fd24d7c36cd72
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20190803/89296269/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list