[Git][haskell-team/DHG_packages][master] vector-algorithms: patch for newer primitive

Clint Adams (@clint) gitlab at salsa.debian.org
Fri Sep 15 19:41:50 BST 2023



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
6a62b485 by Clint Adams at 2023-09-15T14:41:21-04:00
vector-algorithms: patch for newer primitive

- - - - -


4 changed files:

- p/haskell-vector-algorithms/debian/changelog
- p/haskell-vector-algorithms/debian/control
- + p/haskell-vector-algorithms/debian/patches/newer-deps
- p/haskell-vector-algorithms/debian/patches/series


Changes:

=====================================
p/haskell-vector-algorithms/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-vector-algorithms (0.9.0.1-2) unstable; urgency=medium
+
+  * Patch for newer primitive.
+
+ -- Clint Adams <clint at debian.org>  Fri, 15 Sep 2023 14:40:26 -0400
+
 haskell-vector-algorithms (0.9.0.1-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-vector-algorithms/debian/control
=====================================
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 10),
  libghc-bitvec-dev (<< 1.2),
  libghc-bitvec-prof,
  libghc-primitive-dev (>= 0.3),
- libghc-primitive-dev (<< 0.8),
+ libghc-primitive-dev (<< 0.9),
  libghc-primitive-prof,
  libghc-vector-dev (>= 0.6),
  libghc-vector-dev (<< 0.14),


=====================================
p/haskell-vector-algorithms/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/vector-algorithms.cabal
++++ b/vector-algorithms.cabal
+@@ -59,7 +59,7 @@ library
+   build-depends: base >= 4.5 && < 5,
+                  bitvec >= 1.0 && < 1.2,
+                  vector >= 0.6 && < 0.14,
+-                 primitive >=0.3 && <0.8,
++                 primitive >=0.3 && <0.9,
+                  bytestring >= 0.9 && < 1.0
+ 
+   if ! impl (ghc >= 7.8)


=====================================
p/haskell-vector-algorithms/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/6a62b485ce4232b536a113b1ab5ec3218dd87f5a
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/20230915/05372da9/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list