[Git][haskell-team/DHG_packages][master] snap: Upgrading from 1.1.3.1 to 1.1.3.2
Clint Adams (@clint)
gitlab at salsa.debian.org
Mon Oct 23 20:36:28 BST 2023
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
192b925c by Clint Adams at 2023-10-23T15:36:00-04:00
snap: Upgrading from 1.1.3.1 to 1.1.3.2
- - - - -
7 changed files:
- p/haskell-snap/debian/changelog
- p/haskell-snap/debian/control
- − p/haskell-snap/debian/patches/newer-deps
- − p/haskell-snap/debian/patches/no-fail
- p/haskell-snap/debian/patches/no-test-framework-smallcheck
- p/haskell-snap/debian/patches/rename-snap-binary
- p/haskell-snap/debian/patches/series
Changes:
=====================================
p/haskell-snap/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-snap (1.1.3.1-2) UNRELEASED; urgency=medium
+haskell-snap (1.1.3.2-1) unstable; urgency=medium
+ [ Ilias Tsitsimpis ]
* Declare compliance with Debian policy 4.6.2
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:34:38 +0300
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Mon, 23 Oct 2023 15:33:06 -0400
haskell-snap (1.1.3.1-1) unstable; urgency=medium
=====================================
p/haskell-snap/debian/control
=====================================
@@ -13,10 +13,10 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-aeson-dev (>= 0.6),
- libghc-aeson-dev (<< 2.2),
+ libghc-aeson-dev (<< 2.2.0.0),
libghc-aeson-prof,
- libghc-attoparsec-dev (<< 0.15),
libghc-attoparsec-dev (>= 0.10),
+ libghc-attoparsec-dev (<< 0.15),
libghc-attoparsec-prof,
libghc-cereal-dev (<< 0.6),
libghc-cereal-dev (>= 0.3),
@@ -27,11 +27,11 @@ Build-Depends:
libghc-configurator-dev (<< 0.4),
libghc-configurator-dev (>= 0.1),
libghc-configurator-prof,
+ libghc-directory-tree-dev (>= 0.11),
libghc-directory-tree-dev (<< 0.13),
- libghc-directory-tree-dev (>= 0.10),
libghc-directory-tree-prof,
- libghc-dlist-dev (<< 1.1),
libghc-dlist-dev (>= 0.5),
+ libghc-dlist-dev (<< 1.1),
libghc-dlist-prof,
libghc-hashable-dev (>= 1.2.0.6),
libghc-hashable-dev (<< 1.5),
=====================================
p/haskell-snap/debian/patches/newer-deps deleted
=====================================
@@ -1,57 +0,0 @@
---- a/snap.cabal
-+++ b/snap.cabal
-@@ -110,35 +110,35 @@ Library
- Snap.Snaplet.Session.SecureCookie
-
- build-depends:
-- aeson >= 0.6 && < 1.5,
-- attoparsec >= 0.10 && < 0.14,
-- base >= 4 && < 4.15,
-- bytestring >= 0.9.1 && < 0.11,
-+ aeson >= 0.6 && < 2.2,
-+ attoparsec >= 0.10 && < 0.15,
-+ base >= 4 && < 4.18,
-+ bytestring >= 0.9.1 && < 0.12,
- cereal >= 0.3 && < 0.6,
- clientsession >= 0.8 && < 0.10,
- configurator >= 0.1 && < 0.4,
- containers >= 0.2 && < 0.7,
- directory >= 1.1 && < 1.4,
- directory-tree >= 0.10 && < 0.13,
-- dlist >= 0.5 && < 0.9,
-+ dlist >= 0.5 && < 1.1,
- filepath >= 1.3 && < 1.5,
- -- hashable is broken from 1.2.0.0 through 1.2.0.5
- -- snap does work with hashable 1.1.*, but some have complained that
- -- the version disjunction causes problems with dependency resolution.
-- hashable >= 1.2.0.6 && < 1.4,
-+ hashable >= 1.2.0.6 && < 1.5,
- heist >= 1.1 && < 1.2,
-- lens >= 3.7.6 && < 4.20,
-+ lens >= 3.7.6 && < 5.3,
- lifted-base >= 0.2 && < 0.3,
- map-syntax >= 0.2 && < 0.4,
- monad-control >= 0.3 && < 1.1,
- mtl >= 2.0 && < 2.3,
-- mwc-random >= 0.8 && < 0.15,
-+ mwc-random >= 0.8 && < 0.16,
- pwstore-fast >= 2.2 && < 2.5,
- snap-core >= 1.0 && < 1.1,
- snap-server >= 1.0 && < 1.2,
- stm >= 2.2 && < 2.6,
-- text >= 0.11 && < 1.3,
-- time >= 1.1 && < 1.10,
-+ text >= 0.11 && < 2.1,
-+ time >= 1.1 && < 1.14,
- transformers >= 0.2 && < 0.6,
- transformers-base >= 0.4 && < 0.5,
- unordered-containers >= 0.1.4 && < 0.3,
-@@ -255,7 +255,7 @@ Test-suite testsuite
- mtl,
- mwc-random,
- pwstore-fast,
-- QuickCheck >= 2.4.2 && < 2.14,
-+ QuickCheck >= 2.4.2 && < 2.15,
- smallcheck >= 1.1.1 && < 1.3,
- snap-core,
- snap-server,
=====================================
p/haskell-snap/debian/patches/no-fail deleted
=====================================
@@ -1,18 +0,0 @@
---- a/snap.cabal
-+++ b/snap.cabal
-@@ -121,7 +121,6 @@ Library
- directory >= 1.1 && < 1.4,
- directory-tree >= 0.10 && < 0.13,
- dlist >= 0.5 && < 0.9,
-- fail >= 4.9 && < 4.10,
- filepath >= 1.3 && < 1.5,
- -- hashable is broken from 1.2.0.0 through 1.2.0.5
- -- snap does work with hashable 1.1.*, but some have complained that
-@@ -244,7 +243,6 @@ Test-suite testsuite
- directory,
- directory-tree,
- dlist,
-- fail,
- filepath,
- hashable,
- heist,
=====================================
p/haskell-snap/debian/patches/no-test-framework-smallcheck
=====================================
@@ -1,6 +1,6 @@
--- a/snap.cabal
+++ b/snap.cabal
-@@ -267,7 +267,6 @@ Test-suite testsuite
+@@ -275,7 +275,6 @@ Test-suite testsuite
test-framework >= 0.8.0.3 && < 0.9,
test-framework-hunit >= 0.3.0.1 && < 0.4,
test-framework-quickcheck2 >= 0.3.0.3 && < 0.4,
=====================================
p/haskell-snap/debian/patches/rename-snap-binary
=====================================
@@ -6,7 +6,7 @@ Forwarded: not-needed
--- a/snap.cabal
+++ b/snap.cabal
-@@ -14,7 +14,7 @@
+@@ -15,7 +15,7 @@ description:
@$ cabal install snap snap-templates
$ mkdir myproject
$ cd myproject
=====================================
p/haskell-snap/debian/patches/series
=====================================
@@ -1,4 +1,2 @@
rename-snap-binary
no-test-framework-smallcheck
-no-fail
-newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/192b925cfc0b6fba0e65df6273fde367501f4385
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/192b925cfc0b6fba0e65df6273fde367501f4385
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/20231023/423a3c9a/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list