[Git][haskell-team/DHG_packages][master] snap-core: Upgrading from 1.0.4.2 to 1.0.5.0
Clint Adams (@clint)
gitlab at salsa.debian.org
Fri Jul 22 23:12:03 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
ceaad6d2 by Clint Adams at 2022-07-22T18:11:35-04:00
snap-core: Upgrading from 1.0.4.2 to 1.0.5.0
- - - - -
3 changed files:
- p/haskell-snap-core/debian/changelog
- p/haskell-snap-core/debian/control
- p/haskell-snap-core/debian/patches/no-bytestring-builder
Changes:
=====================================
p/haskell-snap-core/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-snap-core (1.0.4.2-2) UNRELEASED; urgency=medium
+haskell-snap-core (1.0.5.0-1) unstable; urgency=medium
+ [ Ilias Tsitsimpis ]
* Declare compliance with Debian policy 4.6.1
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:33:07 +0300
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Fri, 22 Jul 2022 18:07:53 -0400
haskell-snap-core (1.0.4.2-1) unstable; urgency=medium
=====================================
p/haskell-snap-core/debian/control
=====================================
@@ -15,9 +15,8 @@ Build-Depends: debhelper (>= 10),
libghc-hunit-prof (>= 1.2),
libghc-hunit-prof (<< 2),
libghc-attoparsec-dev (>= 0.12),
- libghc-attoparsec-dev (<< 0.14),
- libghc-attoparsec-prof (>= 0.12),
- libghc-attoparsec-prof (<< 0.14),
+ libghc-attoparsec-dev (<< 0.15),
+ libghc-attoparsec-prof,
libghc-case-insensitive-dev (>= 1.1),
libghc-case-insensitive-dev (<< 1.3),
libghc-case-insensitive-prof (>= 1.1),
=====================================
p/haskell-snap-core/debian/patches/no-bytestring-builder
=====================================
@@ -2,15 +2,15 @@ Description: patch out use of bytestring-builder
--- a/snap-core.cabal
+++ b/snap-core.cabal
-@@ -134,7 +134,6 @@
- attoparsec >= 0.12 && < 0.14,
+@@ -134,7 +134,6 @@ Library
+ attoparsec >= 0.12 && < 0.15,
base >= 4 && < 5,
- bytestring >= 0.9 && < 0.11,
+ bytestring >= 0.9 && < 0.12,
- bytestring-builder >= 0.10.4 && < 0.11,
case-insensitive >= 1.1 && < 1.3,
containers >= 0.3 && < 1.0,
directory >= 1 && < 2,
-@@ -247,7 +246,6 @@
+@@ -252,7 +251,6 @@ Test-suite testsuite
attoparsec,
base,
bytestring,
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ceaad6d2ba6db9917bc1864b4531df8b08a0ebfd
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ceaad6d2ba6db9917bc1864b4531df8b08a0ebfd
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/20220722/6a318b0a/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list