[Git][haskell-team/DHG_packages][master] splitmix: patch for newer base-compat-batteries

Clint Adams gitlab at salsa.debian.org
Mon Jun 1 02:09:38 BST 2020



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


Commits:
dc0dc4bd by Clint Adams at 2020-05-31T21:08:55-04:00
splitmix: patch for newer base-compat-batteries

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-splitmix/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-splitmix (0.0.4-2) unstable; urgency=medium
+
+  * Patch for newer base-compat-batteries.
+
+ -- Clint Adams <clint at debian.org>  Sun, 31 May 2020 21:08:43 -0400
+
 haskell-splitmix (0.0.4-1) unstable; urgency=medium
 
   * New upstream version.


=====================================
p/haskell-splitmix/debian/control
=====================================
@@ -18,9 +18,8 @@ Build-Depends: debhelper (>= 10),
  libghc-async-prof (>= 2.2.1),
  libghc-async-prof (<< 2.3),
  libghc-base-compat-batteries-dev (>= 0.10.5),
- libghc-base-compat-batteries-dev (<< 0.11),
+ libghc-base-compat-batteries-dev (<< 0.12),
  libghc-base-compat-batteries-prof (>= 0.10.5),
- libghc-base-compat-batteries-prof (<< 0.11),
  libghc-random-dev,
  libghc-random-prof,
  libghc-tf-random-dev (>= 0.5),


=====================================
p/haskell-splitmix/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/splitmix.cabal
++++ b/splitmix.cabal
+@@ -167,7 +167,7 @@
+   build-depends:
+       async                  >=2.2.1    && <2.3
+     , base
+-    , base-compat-batteries  >=0.10.5   && <0.11
++    , base-compat-batteries  >=0.10.5   && <0.12
+     , bytestring             >=0.9.1.8  && <0.11
+     , deepseq
+     , process                >=1.0.1.5  && <1.7


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/dc0dc4bde407287213a6d920a541de73b650a31f
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/20200601/a4b5e9c2/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list