[Git][haskell-team/DHG_packages][master] 2 commits: dec: patch for newer base
Clint Adams
gitlab at salsa.debian.org
Sat May 30 17:40:47 BST 2020
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
f6cd02d2 by Clint Adams at 2020-05-30T12:36:19-04:00
dec: patch for newer base
- - - - -
173e066a by Clint Adams at 2020-05-30T12:39:50-04:00
unliftio: Upgrading from 0.2.11 to 0.2.12.1
- - - - -
4 changed files:
- p/haskell-dec/debian/changelog
- + p/haskell-dec/debian/patches/newer-base
- p/haskell-dec/debian/patches/series
- p/haskell-unliftio/debian/changelog
Changes:
=====================================
p/haskell-dec/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-dec (0.0.3-4) unstable; urgency=medium
+
+ * Patch for newer base.
+
+ -- Clint Adams <clint at debian.org> Sat, 30 May 2020 12:35:29 -0400
+
haskell-dec (0.0.3-3) unstable; urgency=medium
* Sourceful upload for GHC 8.8.
=====================================
p/haskell-dec/debian/patches/newer-base
=====================================
@@ -0,0 +1,11 @@
+--- a/dec.cabal
++++ b/dec.cabal
+@@ -32,7 +32,7 @@
+
+ library
+ exposed-modules: Data.Type.Dec
+- build-depends: base >=4.7 && <4.13
++ build-depends: base >=4.7 && <4.15
+
+ if !impl(ghc >=7.10)
+ build-depends: void >=0.7.2 && <0.8
=====================================
p/haskell-dec/debian/patches/series
=====================================
@@ -1 +1,2 @@
setup-hs
+newer-base
=====================================
p/haskell-unliftio/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-unliftio (0.2.12.1-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Sat, 30 May 2020 12:39:50 -0400
+
haskell-unliftio (0.2.11-1) unstable; urgency=medium
* New upstream release
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/15ca144cb2ce1c4454792c804b2abafdcff5195a...173e066ae358bd8fe4c7077923b77f5145778051
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/15ca144cb2ce1c4454792c804b2abafdcff5195a...173e066ae358bd8fe4c7077923b77f5145778051
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/20200530/9761fcb0/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list