Codebase list haskell-xss-sanitize / 7d356f9
heist: Upgrading from 1.1.0.1 to 1.1.1.0 Ilias Tsitsimpis 1 year, 4 months ago
4 changed file(s) with 15 addition(s) and 67 deletion(s). Raw diff Collapse all Expand all
0 haskell-heist (1.1.0.1-4) UNRELEASED; urgency=medium
1
0 haskell-heist (1.1.1.0-1) unstable; urgency=medium
1
2 * New upstream release (Closes: #1022796)
23 * Declare compliance with Debian policy 4.6.1
34
4 -- Ilias Tsitsimpis <iliastsi@debian.org> Tue, 28 Jun 2022 15:32:29 +0300
5 -- Ilias Tsitsimpis <iliastsi@debian.org> Mon, 19 Dec 2022 11:05:55 +0200
56
67 haskell-heist (1.1.0.1-3) unstable; urgency=medium
78
1111 ghc-prof,
1212 haskell-devscripts (>= 0.13),
1313 libghc-aeson-dev (>= 0.6),
14 libghc-aeson-dev (<< 1.5),
14 libghc-aeson-dev (<< 2.2),
1515 libghc-aeson-prof,
16 libghc-attoparsec-dev,
17 libghc-attoparsec-dev (<< 0.14),
1816 libghc-attoparsec-dev (>= 0.10),
17 libghc-attoparsec-dev (<< 0.15),
1918 libghc-attoparsec-prof,
2019 libghc-blaze-builder-dev,
2120 libghc-blaze-builder-dev (<< 0.5),
2928 libghc-directory-tree-dev (<< 0.13),
3029 libghc-directory-tree-dev (>= 0.10),
3130 libghc-directory-tree-prof,
32 libghc-dlist-dev,
33 libghc-dlist-dev (<< 0.9),
3431 libghc-dlist-dev (>= 0.5),
32 libghc-dlist-dev (<< 1.1),
3533 libghc-dlist-prof,
36 libghc-errors-dev,
3734 libghc-hashable-dev,
3835 libghc-hashable-dev (<< 1.4),
3936 libghc-hashable-dev (>= 1.1),
37 libghc-hashable-dev (<< 1.5),
4038 libghc-hashable-prof,
41 libghc-hunit-dev,
42 libghc-lifted-base-dev,
39 libghc-indexed-traversable-dev (>= 0.1.1),
40 libghc-indexed-traversable-dev (<< 0.2),
41 libghc-indexed-traversable-prof,
42 libghc-lifted-base-dev (>= 0.2),
4343 libghc-lifted-base-dev (<< 0.3),
4444 libghc-lifted-base-dev (>= 0.2),
4545 libghc-lifted-base-prof,
5050 libghc-monad-control-dev (<< 1.1),
5151 libghc-monad-control-dev (>= 0.3),
5252 libghc-monad-control-prof,
53 libghc-random-dev,
54 libghc-random-dev (<< 1.2),
5553 libghc-random-dev (>= 1.0.1.0),
54 libghc-random-dev (<< 1.3),
5655 libghc-random-prof,
57 libghc-statistics-dev (>= 0.11),
58 libghc-statistics-dev (<< 0.16),
59 libghc-test-framework-dev,
60 libghc-test-framework-hunit-dev,
6156 libghc-transformers-base-dev,
6257 libghc-transformers-base-dev (<< 0.5),
6358 libghc-transformers-base-dev (>= 0.4),
7065 libghc-vector-dev (>= 0.9),
7166 libghc-vector-dev (<< 0.13),
7267 libghc-vector-prof,
73 libghc-xmlhtml-dev,
74 libghc-xmlhtml-dev (<< 0.3),
7568 libghc-xmlhtml-dev (>= 0.2.3.5),
69 libghc-xmlhtml-dev (<< 0.4),
7670 libghc-xmlhtml-prof,
7771 Build-Depends-Indep: ghc-doc,
7872 libghc-aeson-doc,
8276 libghc-directory-tree-doc,
8377 libghc-dlist-doc,
8478 libghc-hashable-doc,
79 libghc-indexed-traversable-doc,
8580 libghc-lifted-base-doc,
8681 libghc-map-syntax-doc,
8782 libghc-monad-control-doc,
+0
-47
p/haskell-heist/debian/patches/newer-deps less more
0 --- a/heist.cabal
1 +++ b/heist.cabal
2 @@ -1,5 +1,6 @@
3 name: heist
4 version: 1.1.0.1
5 +x-revision: 3
6 synopsis: An Haskell template system supporting both HTML5 and XML.
7 description:
8 Heist is a powerful template system that supports both HTML5 and XML.
9 @@ -162,7 +163,7 @@
10 build-depends:
11 aeson >= 0.6 && < 1.5,
12 attoparsec >= 0.10 && < 0.14,
13 - base >= 4.5 && < 4.13,
14 + base >= 4.5 && < 4.15,
15 blaze-builder >= 0.2 && < 0.5,
16 blaze-html >= 0.4 && < 0.10,
17 bytestring >= 0.9 && < 0.11,
18 @@ -171,7 +172,7 @@
19 directory-tree >= 0.10 && < 0.13,
20 dlist >= 0.5 && < 0.9,
21 filepath >= 1.3 && < 1.5,
22 - hashable >= 1.1 && < 1.3,
23 + hashable >= 1.1 && < 1.4,
24 lifted-base >= 0.2 && < 0.3,
25 map-syntax >= 0.3 && < 0.4,
26 monad-control >= 0.3 && < 1.1,
27 @@ -179,7 +180,7 @@
28 process >= 1.1 && < 1.7,
29 random >= 1.0.1.0 && < 1.2,
30 text >= 0.10 && < 1.3,
31 - time >= 1.1 && < 1.10,
32 + time >= 1.1 && < 1.11,
33 transformers >= 0.3 && < 0.6,
34 transformers-base >= 0.4 && < 0.5,
35 unordered-containers >= 0.1.4 && < 0.3,
36 @@ -219,8 +220,8 @@
37
38 build-depends:
39 HUnit >= 1.2 && < 2,
40 - QuickCheck >= 2 && < 2.13,
41 - lens >= 4.3 && < 4.18,
42 + QuickCheck >= 2 && < 2.15,
43 + lens >= 4.3 && < 4.20,
44 test-framework >= 0.4 && < 0.9,
45 test-framework-hunit >= 0.2.7 && < 0.4,
46 test-framework-quickcheck2 >= 0.2.12.1 && < 0.4,
+0
-1
p/haskell-heist/debian/patches/series less more
0 newer-deps