Codebase list haskell-multipart / 2fad2d7
snap: Upgrading from 1.1.3.0 to 1.1.3.1 Scott Talbert 1 year, 2 months ago
6 changed file(s) with 79 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
0 haskell-snap (1.1.3.0-2) UNRELEASED; urgency=medium
1
0 haskell-snap (1.1.3.1-1) unstable; urgency=medium
1
2 [ Ilias Tsitsimpis ]
23 * Declare compliance with Debian policy 4.6.1
34
4 -- Ilias Tsitsimpis <iliastsi@debian.org> Tue, 28 Jun 2022 15:33:07 +0300
5 [ Scott Talbert ]
6 * New upstream release (Closes: #1028042)
7
8 -- Scott Talbert <swt@techie.net> Fri, 03 Feb 2023 10:59:36 -0500
59
610 haskell-snap (1.1.3.0-1) unstable; urgency=medium
711
1212 ghc-prof,
1313 haskell-devscripts (>= 0.13),
1414 libghc-aeson-dev (>= 0.6),
15 libghc-aeson-dev (<< 1.5),
15 libghc-aeson-dev (<< 2.2),
1616 libghc-aeson-prof,
17 libghc-attoparsec-dev (<< 0.14),
17 libghc-attoparsec-dev (<< 0.15),
1818 libghc-attoparsec-dev (>= 0.10),
1919 libghc-attoparsec-prof,
2020 libghc-cereal-dev (<< 0.6),
2929 libghc-directory-tree-dev (<< 0.13),
3030 libghc-directory-tree-dev (>= 0.10),
3131 libghc-directory-tree-prof,
32 libghc-dlist-dev (<< 0.9),
32 libghc-dlist-dev (<< 1.1),
3333 libghc-dlist-dev (>= 0.5),
3434 libghc-dlist-prof,
3535 libghc-hashable-dev (>= 1.2.0.6),
36 libghc-hashable-dev (<< 1.4),
36 libghc-hashable-dev (<< 1.5),
3737 libghc-hashable-prof,
3838 libghc-heist-dev (>= 1.1),
3939 libghc-heist-dev (<< 1.2),
4040 libghc-heist-prof,
4141 libghc-lens-dev (>= 3.7.6),
42 libghc-lens-dev (<< 4.19),
42 libghc-lens-dev (<< 5.3),
4343 libghc-lens-prof,
4444 libghc-lifted-base-dev (<< 0.3),
4545 libghc-lifted-base-dev (>= 0.2),
5151 libghc-monad-control-dev (>= 0.3),
5252 libghc-monad-control-prof,
5353 libghc-mwc-random-dev (>= 0.8),
54 libghc-mwc-random-dev (<< 0.15),
54 libghc-mwc-random-dev (<< 0.16),
5555 libghc-mwc-random-prof,
5656 libghc-pwstore-fast-dev (<< 2.5),
5757 libghc-pwstore-fast-dev (>= 2.2),
7474 libghc-hunit-dev (>= 1.2.5.2),
7575 libghc-hunit-dev (<< 1.7),
7676 libghc-quickcheck2-dev (>= 2.4.2),
77 libghc-quickcheck2-dev (<< 2.14),
77 libghc-quickcheck2-dev (<< 2.15),
7878 libghc-quickcheck2-prof,
7979 libghc-aeson-dev,
8080 libghc-async-dev (>= 2.0.1.5),
9696 libghc-mwc-random-dev,
9797 libghc-pwstore-fast-dev,
9898 libghc-smallcheck-dev (>= 1.1.1),
99 libghc-smallcheck-dev (<< 1.2),
99 libghc-smallcheck-dev (<< 1.3),
100 libghc-smallcheck-prof,
100101 libghc-snap-core-dev,
101102 libghc-snap-server-dev,
102103 libghc-syb-dev,
0 --- a/snap.cabal
1 +++ b/snap.cabal
2 @@ -110,35 +110,35 @@ Library
3 Snap.Snaplet.Session.SecureCookie
4
5 build-depends:
6 - aeson >= 0.6 && < 1.5,
7 - attoparsec >= 0.10 && < 0.14,
8 - base >= 4 && < 4.15,
9 - bytestring >= 0.9.1 && < 0.11,
10 + aeson >= 0.6 && < 2.2,
11 + attoparsec >= 0.10 && < 0.15,
12 + base >= 4 && < 4.18,
13 + bytestring >= 0.9.1 && < 0.12,
14 cereal >= 0.3 && < 0.6,
15 clientsession >= 0.8 && < 0.10,
16 configurator >= 0.1 && < 0.4,
17 containers >= 0.2 && < 0.7,
18 directory >= 1.1 && < 1.4,
19 directory-tree >= 0.10 && < 0.13,
20 - dlist >= 0.5 && < 0.9,
21 + dlist >= 0.5 && < 1.1,
22 filepath >= 1.3 && < 1.5,
23 -- hashable is broken from 1.2.0.0 through 1.2.0.5
24 -- snap does work with hashable 1.1.*, but some have complained that
25 -- the version disjunction causes problems with dependency resolution.
26 - hashable >= 1.2.0.6 && < 1.4,
27 + hashable >= 1.2.0.6 && < 1.5,
28 heist >= 1.1 && < 1.2,
29 - lens >= 3.7.6 && < 4.20,
30 + lens >= 3.7.6 && < 5.3,
31 lifted-base >= 0.2 && < 0.3,
32 map-syntax >= 0.2 && < 0.4,
33 monad-control >= 0.3 && < 1.1,
34 mtl >= 2.0 && < 2.3,
35 - mwc-random >= 0.8 && < 0.15,
36 + mwc-random >= 0.8 && < 0.16,
37 pwstore-fast >= 2.2 && < 2.5,
38 snap-core >= 1.0 && < 1.1,
39 snap-server >= 1.0 && < 1.2,
40 stm >= 2.2 && < 2.6,
41 - text >= 0.11 && < 1.3,
42 - time >= 1.1 && < 1.10,
43 + text >= 0.11 && < 2.1,
44 + time >= 1.1 && < 1.14,
45 transformers >= 0.2 && < 0.6,
46 transformers-base >= 0.4 && < 0.5,
47 unordered-containers >= 0.1.4 && < 0.3,
48 @@ -255,7 +255,7 @@ Test-suite testsuite
49 mtl,
50 mwc-random,
51 pwstore-fast,
52 - QuickCheck >= 2.4.2 && < 2.14,
53 + QuickCheck >= 2.4.2 && < 2.15,
54 smallcheck >= 1.1.1 && < 1.3,
55 snap-core,
56 snap-server,
00 --- a/snap.cabal
11 +++ b/snap.cabal
2 @@ -123,7 +123,6 @@
2 @@ -121,7 +121,6 @@ Library
33 directory >= 1.1 && < 1.4,
44 directory-tree >= 0.10 && < 0.13,
55 dlist >= 0.5 && < 0.9,
77 filepath >= 1.3 && < 1.5,
88 -- hashable is broken from 1.2.0.0 through 1.2.0.5
99 -- snap does work with hashable 1.1.*, but some have complained that
10 @@ -245,7 +244,6 @@
10 @@ -244,7 +243,6 @@ Test-suite testsuite
1111 directory,
1212 directory-tree,
1313 dlist,
00 --- a/snap.cabal
11 +++ b/snap.cabal
2 @@ -268,7 +268,6 @@
2 @@ -267,7 +267,6 @@ Test-suite testsuite
33 test-framework >= 0.8.0.3 && < 0.9,
44 test-framework-hunit >= 0.3.0.1 && < 0.4,
55 test-framework-quickcheck2 >= 0.3.0.3 && < 0.4,
99 transformers,
1010 --- a/test/suite/Snap/Snaplet/Internal/Tests.hs
1111 +++ b/test/suite/Snap/Snaplet/Internal/Tests.hs
12 @@ -16,7 +16,6 @@
12 @@ -16,7 +16,6 @@ import Prelude
1313 import System.Directory (getCurrentDirectory)
1414 import Test.Framework (Test, testGroup)
1515 import Test.Framework.Providers.HUnit (testCase)
1717 import Test.HUnit hiding (Test, path)
1818 import Test.SmallCheck ((==>))
1919 ------------------------------------------------------------------------------
20 @@ -124,7 +123,7 @@
20 @@ -124,7 +123,7 @@ initTest = do
2121 tests :: Test
2222 tests = testGroup "Snap.Snaplet.Internal"
2323 [ testCase "initializer tests" initTest
00 rename-snap-binary
11 no-test-framework-smallcheck
22 no-fail
3 newer-deps