[Git][haskell-team/DHG_packages][master] snap: Upgrading from 1.1.3.0 to 1.1.3.1

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Fri Feb 3 17:22:22 GMT 2023



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
2fad2d75 by Scott Talbert at 2023-02-03T12:16:00-05:00
snap: Upgrading from 1.1.3.0 to 1.1.3.1

- - - - -


6 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/series


Changes:

=====================================
p/haskell-snap/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-snap (1.1.3.0-2) UNRELEASED; urgency=medium
+haskell-snap (1.1.3.1-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
+  [ Scott Talbert ]
+  * New upstream release (Closes: #1028042)
+
+ -- Scott Talbert <swt at techie.net>  Fri, 03 Feb 2023 10:59:36 -0500
 
 haskell-snap (1.1.3.0-1) unstable; urgency=medium
 


=====================================
p/haskell-snap/debian/control
=====================================
@@ -13,9 +13,9 @@ Build-Depends:
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-aeson-dev (>= 0.6),
- libghc-aeson-dev (<< 1.5),
+ libghc-aeson-dev (<< 2.2),
  libghc-aeson-prof,
- libghc-attoparsec-dev (<< 0.14),
+ libghc-attoparsec-dev (<< 0.15),
  libghc-attoparsec-dev (>= 0.10),
  libghc-attoparsec-prof,
  libghc-cereal-dev (<< 0.6),
@@ -30,17 +30,17 @@ Build-Depends:
  libghc-directory-tree-dev (<< 0.13),
  libghc-directory-tree-dev (>= 0.10),
  libghc-directory-tree-prof,
- libghc-dlist-dev (<< 0.9),
+ libghc-dlist-dev (<< 1.1),
  libghc-dlist-dev (>= 0.5),
  libghc-dlist-prof,
  libghc-hashable-dev (>= 1.2.0.6),
- libghc-hashable-dev (<< 1.4),
+ libghc-hashable-dev (<< 1.5),
  libghc-hashable-prof,
  libghc-heist-dev (>= 1.1),
  libghc-heist-dev (<< 1.2),
  libghc-heist-prof,
  libghc-lens-dev (>= 3.7.6),
- libghc-lens-dev (<< 4.19),
+ libghc-lens-dev (<< 5.3),
  libghc-lens-prof,
  libghc-lifted-base-dev (<< 0.3),
  libghc-lifted-base-dev (>= 0.2),
@@ -52,7 +52,7 @@ Build-Depends:
  libghc-monad-control-dev (>= 0.3),
  libghc-monad-control-prof,
  libghc-mwc-random-dev (>= 0.8),
- libghc-mwc-random-dev (<< 0.15),
+ libghc-mwc-random-dev (<< 0.16),
  libghc-mwc-random-prof,
  libghc-pwstore-fast-dev (<< 2.5),
  libghc-pwstore-fast-dev (>= 2.2),
@@ -75,7 +75,7 @@ Build-Depends:
  libghc-hunit-dev (>= 1.2.5.2),
  libghc-hunit-dev (<< 1.7),
  libghc-quickcheck2-dev (>= 2.4.2),
- libghc-quickcheck2-dev (<< 2.14),
+ libghc-quickcheck2-dev (<< 2.15),
  libghc-quickcheck2-prof,
  libghc-aeson-dev,
  libghc-async-dev (>= 2.0.1.5),
@@ -97,7 +97,8 @@ Build-Depends:
  libghc-mwc-random-dev,
  libghc-pwstore-fast-dev,
  libghc-smallcheck-dev (>= 1.1.1),
- libghc-smallcheck-dev (<< 1.2),
+ libghc-smallcheck-dev (<< 1.3),
+ libghc-smallcheck-prof,
  libghc-snap-core-dev,
  libghc-snap-server-dev,
  libghc-syb-dev,


=====================================
p/haskell-snap/debian/patches/newer-deps
=====================================
@@ -0,0 +1,57 @@
+--- 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
=====================================
@@ -1,6 +1,6 @@
 --- a/snap.cabal
 +++ b/snap.cabal
-@@ -123,7 +123,6 @@
+@@ -121,7 +121,6 @@ Library
      directory                 >= 1.1      && < 1.4,
      directory-tree            >= 0.10     && < 0.13,
      dlist                     >= 0.5      && < 0.9,
@@ -8,7 +8,7 @@
      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
-@@ -245,7 +244,6 @@
+@@ -244,7 +243,6 @@ Test-suite testsuite
      directory,
      directory-tree,
      dlist,


=====================================
p/haskell-snap/debian/patches/no-test-framework-smallcheck
=====================================
@@ -1,6 +1,6 @@
 --- a/snap.cabal
 +++ b/snap.cabal
-@@ -268,7 +268,6 @@
+@@ -267,7 +267,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,
@@ -10,7 +10,7 @@
      transformers,
 --- a/test/suite/Snap/Snaplet/Internal/Tests.hs
 +++ b/test/suite/Snap/Snaplet/Internal/Tests.hs
-@@ -16,7 +16,6 @@
+@@ -16,7 +16,6 @@ import           Prelude
  import           System.Directory                    (getCurrentDirectory)
  import           Test.Framework                      (Test, testGroup)
  import           Test.Framework.Providers.HUnit      (testCase)
@@ -18,7 +18,7 @@
  import           Test.HUnit                          hiding (Test, path)
  import           Test.SmallCheck                     ((==>))
  ------------------------------------------------------------------------------
-@@ -124,7 +123,7 @@
+@@ -124,7 +123,7 @@ initTest = do
  tests :: Test
  tests = testGroup "Snap.Snaplet.Internal"
      [ testCase "initializer tests" initTest


=====================================
p/haskell-snap/debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 rename-snap-binary
 no-test-framework-smallcheck
 no-fail
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/2fad2d75def61991ef97b7d6da8088c6a8d7f97d
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/20230203/33847154/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list