[Git][haskell-team/DHG_packages][master] heist: Upgrading from 1.1.0.1 to 1.1.1.0
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Mon Dec 19 09:13:55 GMT 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
7d356f96 by Ilias Tsitsimpis at 2022-12-19T11:12:21+02:00
heist: Upgrading from 1.1.0.1 to 1.1.1.0
- - - - -
4 changed files:
- p/haskell-heist/debian/changelog
- p/haskell-heist/debian/control
- − p/haskell-heist/debian/patches/newer-deps
- − p/haskell-heist/debian/patches/series
Changes:
=====================================
p/haskell-heist/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-heist (1.1.0.1-4) UNRELEASED; urgency=medium
+haskell-heist (1.1.1.0-1) unstable; urgency=medium
+ * New upstream release (Closes: #1022796)
* Declare compliance with Debian policy 4.6.1
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:32:29 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Mon, 19 Dec 2022 11:05:55 +0200
haskell-heist (1.1.0.1-3) unstable; urgency=medium
=====================================
p/haskell-heist/debian/control
=====================================
@@ -12,11 +12,10 @@ 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,
- libghc-attoparsec-dev (<< 0.14),
libghc-attoparsec-dev (>= 0.10),
+ libghc-attoparsec-dev (<< 0.15),
libghc-attoparsec-prof,
libghc-blaze-builder-dev,
libghc-blaze-builder-dev (<< 0.5),
@@ -30,17 +29,18 @@ Build-Depends:
libghc-directory-tree-dev (<< 0.13),
libghc-directory-tree-dev (>= 0.10),
libghc-directory-tree-prof,
- libghc-dlist-dev,
- libghc-dlist-dev (<< 0.9),
libghc-dlist-dev (>= 0.5),
+ libghc-dlist-dev (<< 1.1),
libghc-dlist-prof,
- libghc-errors-dev,
libghc-hashable-dev,
libghc-hashable-dev (<< 1.4),
libghc-hashable-dev (>= 1.1),
+ libghc-hashable-dev (<< 1.5),
libghc-hashable-prof,
- libghc-hunit-dev,
- libghc-lifted-base-dev,
+ libghc-indexed-traversable-dev (>= 0.1.1),
+ libghc-indexed-traversable-dev (<< 0.2),
+ libghc-indexed-traversable-prof,
+ libghc-lifted-base-dev (>= 0.2),
libghc-lifted-base-dev (<< 0.3),
libghc-lifted-base-dev (>= 0.2),
libghc-lifted-base-prof,
@@ -51,14 +51,9 @@ Build-Depends:
libghc-monad-control-dev (<< 1.1),
libghc-monad-control-dev (>= 0.3),
libghc-monad-control-prof,
- libghc-random-dev,
- libghc-random-dev (<< 1.2),
libghc-random-dev (>= 1.0.1.0),
+ libghc-random-dev (<< 1.3),
libghc-random-prof,
- libghc-statistics-dev (>= 0.11),
- libghc-statistics-dev (<< 0.16),
- libghc-test-framework-dev,
- libghc-test-framework-hunit-dev,
libghc-transformers-base-dev,
libghc-transformers-base-dev (<< 0.5),
libghc-transformers-base-dev (>= 0.4),
@@ -71,9 +66,8 @@ Build-Depends:
libghc-vector-dev (>= 0.9),
libghc-vector-dev (<< 0.13),
libghc-vector-prof,
- libghc-xmlhtml-dev,
- libghc-xmlhtml-dev (<< 0.3),
libghc-xmlhtml-dev (>= 0.2.3.5),
+ libghc-xmlhtml-dev (<< 0.4),
libghc-xmlhtml-prof,
Build-Depends-Indep: ghc-doc,
libghc-aeson-doc,
@@ -83,6 +77,7 @@ Build-Depends-Indep: ghc-doc,
libghc-directory-tree-doc,
libghc-dlist-doc,
libghc-hashable-doc,
+ libghc-indexed-traversable-doc,
libghc-lifted-base-doc,
libghc-map-syntax-doc,
libghc-monad-control-doc,
=====================================
p/haskell-heist/debian/patches/newer-deps deleted
=====================================
@@ -1,47 +0,0 @@
---- a/heist.cabal
-+++ b/heist.cabal
-@@ -1,5 +1,6 @@
- name: heist
- version: 1.1.0.1
-+x-revision: 3
- synopsis: An Haskell template system supporting both HTML5 and XML.
- description:
- Heist is a powerful template system that supports both HTML5 and XML.
-@@ -162,7 +163,7 @@
- build-depends:
- aeson >= 0.6 && < 1.5,
- attoparsec >= 0.10 && < 0.14,
-- base >= 4.5 && < 4.13,
-+ base >= 4.5 && < 4.15,
- blaze-builder >= 0.2 && < 0.5,
- blaze-html >= 0.4 && < 0.10,
- bytestring >= 0.9 && < 0.11,
-@@ -171,7 +172,7 @@
- directory-tree >= 0.10 && < 0.13,
- dlist >= 0.5 && < 0.9,
- filepath >= 1.3 && < 1.5,
-- hashable >= 1.1 && < 1.3,
-+ hashable >= 1.1 && < 1.4,
- lifted-base >= 0.2 && < 0.3,
- map-syntax >= 0.3 && < 0.4,
- monad-control >= 0.3 && < 1.1,
-@@ -179,7 +180,7 @@
- process >= 1.1 && < 1.7,
- random >= 1.0.1.0 && < 1.2,
- text >= 0.10 && < 1.3,
-- time >= 1.1 && < 1.10,
-+ time >= 1.1 && < 1.11,
- transformers >= 0.3 && < 0.6,
- transformers-base >= 0.4 && < 0.5,
- unordered-containers >= 0.1.4 && < 0.3,
-@@ -219,8 +220,8 @@
-
- build-depends:
- HUnit >= 1.2 && < 2,
-- QuickCheck >= 2 && < 2.13,
-- lens >= 4.3 && < 4.18,
-+ QuickCheck >= 2 && < 2.15,
-+ lens >= 4.3 && < 4.20,
- test-framework >= 0.4 && < 0.9,
- test-framework-hunit >= 0.2.7 && < 0.4,
- test-framework-quickcheck2 >= 0.2.12.1 && < 0.4,
=====================================
p/haskell-heist/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/7d356f9621d72c163325af70a62a50aaceee6f1e
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/7d356f9621d72c163325af70a62a50aaceee6f1e
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/20221219/c068c2eb/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list