[Git][haskell-team/DHG_packages][master] integer-logarithms: patch for newer base and ghc-prim

Clint Adams gitlab at salsa.debian.org
Mon Jun 1 18:02:34 BST 2020



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


Commits:
13c19ae1 by Clint Adams at 2020-06-01T13:01:53-04:00
integer-logarithms: patch for newer base and ghc-prim

- - - - -


3 changed files:

- p/haskell-integer-logarithms/debian/changelog
- + p/haskell-integer-logarithms/debian/patches/newer-deps
- + p/haskell-integer-logarithms/debian/patches/series


Changes:

=====================================
p/haskell-integer-logarithms/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-integer-logarithms (1.0.3-3) unstable; urgency=medium
+
+  * Patch for newer base and ghc-prim.
+
+ -- Clint Adams <clint at debian.org>  Mon, 01 Jun 2020 13:01:44 -0400
+
 haskell-integer-logarithms (1.0.3-2) unstable; urgency=medium
 
   * Sourceful upload for GHC 8.8.


=====================================
p/haskell-integer-logarithms/debian/patches/newer-deps
=====================================
@@ -0,0 +1,14 @@
+--- a/integer-logarithms.cabal
++++ b/integer-logarithms.cabal
+@@ -51,9 +51,9 @@
+   default-language: Haskell2010
+   hs-source-dirs: src
+   build-depends:
+-    base >= 4.3 && < 4.13,
++    base >= 4.3 && < 4.15,
+     array >= 0.3 && < 0.6,
+-    ghc-prim < 0.6
++    ghc-prim < 0.7
+ 
+   if !impl(ghc >= 7.10)
+     build-depends: nats >= 1.1.2 && <1.2


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/13c19ae187479bcb5e46d7ba57fec72ea536d2da
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/5f281948/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list