[Git][haskell-team/DHG_packages][master] text-short: patch for newer base and ghc-prim
Clint Adams
gitlab at salsa.debian.org
Thu Jun 4 13:31:44 BST 2020
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
4a6d4056 by Clint Adams at 2020-06-04T08:31:12-04:00
text-short: patch for newer base and ghc-prim
- - - - -
3 changed files:
- p/haskell-text-short/debian/changelog
- + p/haskell-text-short/debian/patches/newer-deps
- + p/haskell-text-short/debian/patches/series
Changes:
=====================================
p/haskell-text-short/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-text-short (0.1.3-2) unstable; urgency=medium
+
+ * Patch for newer base and ghc-prim.
+
+ -- Clint Adams <clint at debian.org> Thu, 04 Jun 2020 08:31:02 -0400
+
haskell-text-short (0.1.3-1) unstable; urgency=medium
* New upstream version.
=====================================
p/haskell-text-short/debian/patches/newer-deps
=====================================
@@ -0,0 +1,18 @@
+--- a/text-short.cabal
++++ b/text-short.cabal
+@@ -33,13 +33,13 @@
+
+ other-modules: Data.Text.Short.Internal
+
+- build-depends: base >= 4.7 && < 4.13
++ build-depends: base >= 4.7 && < 4.15
+ , bytestring >= 0.10.4 && < 0.11
+ , hashable >= 1.2.6 && < 1.4
+ , deepseq >= 1.3 && < 1.5
+ , text >= 1.0 && < 1.3
+ , binary >= 0.7.1 && < 0.9
+- , ghc-prim >= 0.3.1 && < 0.6
++ , ghc-prim >= 0.3.1 && < 0.7
+
+ if !impl(ghc >= 8.0)
+ build-depends: semigroups >= 0.18.2 && < 0.20
=====================================
p/haskell-text-short/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4a6d4056541b9860f2b603615a758cee48b4f7b0
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4a6d4056541b9860f2b603615a758cee48b4f7b0
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/20200604/03695e00/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list