[Git][haskell-team/DHG_packages][master] 9 commits: bifunctors: Upgrading from 5.5.13 to 5.5.15
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Mon Sep 4 15:01:40 BST 2023
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
3b6b42e3 by Ilias Tsitsimpis at 2023-09-04T16:38:15+03:00
bifunctors: Upgrading from 5.5.13 to 5.5.15
- - - - -
91455f6c by Ilias Tsitsimpis at 2023-09-04T16:38:54+03:00
cryptonite: Upgrading from 0.29 to 0.30
- - - - -
59539607 by Ilias Tsitsimpis at 2023-09-04T16:58:49+03:00
lua: Upgrading from 2.1.0+ds1 to 2.3.1
- - - - -
dc7b77a2 by Ilias Tsitsimpis at 2023-09-04T16:58:49+03:00
ghc-typelits-natnormalise: Upgrading from 0.7.7 to 0.7.8
- - - - -
b17bdd98 by Ilias Tsitsimpis at 2023-09-04T16:58:49+03:00
jira-wiki-markup: Upgrading from 1.4.0 to 1.5.1
- - - - -
b712c3e6 by Ilias Tsitsimpis at 2023-09-04T16:58:49+03:00
lzma: Upgrading from 0.0.0.4 to 0.0.1.0
- - - - -
b09b521a by Ilias Tsitsimpis at 2023-09-04T16:58:49+03:00
pqueue: Upgrading from 1.4.2.0 to 1.4.3.0
- - - - -
60903e07 by Ilias Tsitsimpis at 2023-09-04T16:58:49+03:00
resolv: Upgrading from 0.1.2.0 to 0.2.0.2
- - - - -
55b2b629 by Ilias Tsitsimpis at 2023-09-04T16:58:49+03:00
tasty-hspec: Upgrading from 1.2.0.1 to 1.2.0.3
- - - - -
21 changed files:
- p/haskell-bifunctors/debian/changelog
- p/haskell-bifunctors/debian/control
- p/haskell-cryptonite/debian/changelog
- p/haskell-cryptonite/debian/control
- p/haskell-ghc-typelits-natnormalise/debian/changelog
- p/haskell-ghc-typelits-natnormalise/debian/control
- p/haskell-jira-wiki-markup/debian/changelog
- p/haskell-jira-wiki-markup/debian/control
- p/haskell-jira-wiki-markup/debian/patches/no-rts-N
- p/haskell-lua/debian/changelog
- p/haskell-lua/debian/control
- p/haskell-lzma/debian/changelog
- p/haskell-lzma/debian/control
- p/haskell-pqueue/debian/changelog
- p/haskell-pqueue/debian/control
- p/haskell-resolv/debian/changelog
- p/haskell-resolv/debian/control
- − p/haskell-resolv/debian/patches/newer-deps
- − p/haskell-resolv/debian/patches/series
- p/haskell-tasty-hspec/debian/changelog
- p/haskell-tasty-hspec/debian/control
Changes:
=====================================
p/haskell-bifunctors/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-bifunctors (5.5.13-2) UNRELEASED; urgency=medium
+haskell-bifunctors (5.5.15-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:33:27 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Mon, 04 Sep 2023 16:38:15 +0300
haskell-bifunctors (5.5.13-1) unstable; urgency=medium
=====================================
p/haskell-bifunctors/debian/control
=====================================
@@ -7,7 +7,7 @@ Rules-Requires-Root: no
Build-Depends: debhelper (>= 10),
haskell-devscripts (>= 0.13),
cdbs,
- ghc (>= 8),
+ ghc (>= 9.4),
ghc-prof,
libghc-base-orphans-dev (>= 0.8.4),
libghc-base-orphans-dev (<< 1),
@@ -19,7 +19,7 @@ Build-Depends: debhelper (>= 10),
libghc-tagged-dev (<< 1),
libghc-tagged-prof,
libghc-th-abstraction-dev (>= 0.4.2.0),
- libghc-th-abstraction-dev (<< 0.5),
+ libghc-th-abstraction-dev (<< 0.6),
libghc-th-abstraction-prof,
Build-Depends-Indep: ghc-doc,
libghc-base-orphans-doc,
=====================================
p/haskell-cryptonite/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-cryptonite (0.29-2) UNRELEASED; urgency=medium
+haskell-cryptonite (0.30-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:33:38 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Mon, 04 Sep 2023 16:38:54 +0300
haskell-cryptonite (0.29-1) unstable; urgency=medium
=====================================
p/haskell-cryptonite/debian/control
=====================================
@@ -8,7 +8,7 @@ Rules-Requires-Root: no
Build-Depends:
cdbs,
debhelper (>= 10),
- ghc (>= 8),
+ ghc (>= 9.4),
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-basement-dev (>= 0.0.6),
=====================================
p/haskell-ghc-typelits-natnormalise/debian/changelog
=====================================
@@ -1,12 +1,13 @@
-haskell-ghc-typelits-natnormalise (0.7.7-2) UNRELEASED; urgency=medium
+haskell-ghc-typelits-natnormalise (0.7.8-1) unstable; urgency=medium
[ Jelmer Vernooij ]
* Add package path in Vcs-Git header.
[ Ilias Tsitsimpis ]
* Declare compliance with Debian policy 4.6.2
+ * New upstream release
- -- Jelmer Vernooij <jelmer at debian.org> Thu, 26 Jan 2023 00:02:36 +0000
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Mon, 04 Sep 2023 16:40:49 +0300
haskell-ghc-typelits-natnormalise (0.7.7-1) unstable; urgency=medium
=====================================
p/haskell-ghc-typelits-natnormalise/debian/control
=====================================
@@ -6,7 +6,7 @@ Section: haskell
Build-Depends: debhelper (>= 10),
haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
cdbs,
- ghc,
+ ghc (>= 9.4),
ghc-prof,
libghc-ghc-tcplugins-extra-dev (>= 0.3.1),
libghc-ghc-tcplugins-extra-prof,
=====================================
p/haskell-jira-wiki-markup/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-jira-wiki-markup (1.4.0-2) UNRELEASED; urgency=medium
+haskell-jira-wiki-markup (1.5.1-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:34:08 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Mon, 04 Sep 2023 16:41:34 +0300
haskell-jira-wiki-markup (1.4.0-1) unstable; urgency=medium
=====================================
p/haskell-jira-wiki-markup/debian/control
=====================================
@@ -9,7 +9,7 @@ Rules-Requires-Root: no
Build-Depends: debhelper (>= 10),
haskell-devscripts (>= 0.16),
cdbs,
- ghc,
+ ghc (>= 9.4),
ghc-prof,
libghc-tasty-dev,
libghc-tasty-prof,
=====================================
p/haskell-jira-wiki-markup/debian/patches/no-rts-N
=====================================
@@ -1,19 +1,18 @@
Remove -with-rtsopts=-N
+Index: b/jira-wiki-markup.cabal
+===================================================================
--- a/jira-wiki-markup.cabal
+++ b/jira-wiki-markup.cabal
-@@ -62,7 +62,6 @@
- ghc-options: -Wall
- -threaded
+@@ -75,7 +75,6 @@ executable jira-wiki-markup
+ build-depends: jira-wiki-markup
+ ghc-options: -threaded
-rtsopts
- -with-rtsopts=-N
- -Wincomplete-uni-patterns
- -Wincomplete-record-updates
- -Wcompat
-@@ -91,7 +90,6 @@
- ghc-options: -Wall
- -threaded
+
+ test-suite jira-wiki-markup-test
+ import: common-options
+@@ -92,4 +91,3 @@ test-suite jira-wiki-markup-test
+ , tasty-hunit
+ ghc-options: -threaded
-rtsopts
- -with-rtsopts=-N
- -Wincomplete-uni-patterns
- -Wincomplete-record-updates
- -Wcompat
=====================================
p/haskell-lua/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-lua (2.1.0+ds1-3) UNRELEASED; urgency=medium
+haskell-lua (2.3.1+ds1-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:34:12 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Mon, 04 Sep 2023 16:39:24 +0300
haskell-lua (2.1.0+ds1-2) unstable; urgency=medium
=====================================
p/haskell-lua/debian/control
=====================================
@@ -7,9 +7,9 @@ Rules-Requires-Root: no
Build-Depends: debhelper (>= 10),
haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
cdbs,
- ghc,
+ ghc (>= 9.4),
ghc-prof,
- liblua5.3-dev,
+ liblua5.4-dev,
pkg-config,
libghc-tasty-dev (>= 0.11),
libghc-tasty-prof,
@@ -28,7 +28,7 @@ Architecture: any
Depends: ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
- liblua5.3-dev,
+ liblua5.4-dev,
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
=====================================
p/haskell-lzma/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-lzma (0.0.0.4-2) UNRELEASED; urgency=medium
+haskell-lzma (0.0.1.0-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:34:13 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Mon, 04 Sep 2023 16:42:54 +0300
haskell-lzma (0.0.0.4-1) unstable; urgency=medium
=====================================
p/haskell-lzma/debian/control
=====================================
@@ -6,8 +6,9 @@ Section: haskell
Build-Depends: debhelper (>= 10),
haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
cdbs,
- ghc,
+ ghc (>= 9.4),
ghc-prof,
+ pkg-config,
liblzma-dev,
libghc-hunit-dev (>= 1.2),
libghc-hunit-dev (<< 1.7),
=====================================
p/haskell-pqueue/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-pqueue (1.4.2.0-2) UNRELEASED; urgency=medium
+haskell-pqueue (1.4.3.0-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:34:26 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Mon, 04 Sep 2023 16:44:00 +0300
haskell-pqueue (1.4.2.0-1) unstable; urgency=medium
=====================================
p/haskell-pqueue/debian/control
=====================================
@@ -7,13 +7,17 @@ Rules-Requires-Root: no
Build-Depends: debhelper (>= 10),
haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
cdbs,
- ghc,
+ ghc (>= 9.4),
ghc-prof,
+ libghc-indexed-traversable-dev (>= 0.1),
+ libghc-indexed-traversable-dev (<< 0.2),
+ libghc-indexed-traversable-prof,
libghc-tasty-dev,
libghc-tasty-prof,
libghc-tasty-quickcheck-dev,
libghc-tasty-quickcheck-prof,
Build-Depends-Indep: ghc-doc,
+ libghc-indexed-traversable-doc,
Standards-Version: 4.6.2
Homepage: https://github.com/lspitzner/pqueue
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-pqueue
=====================================
p/haskell-resolv/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-resolv (0.1.2.0-4) UNRELEASED; urgency=medium
+haskell-resolv (0.2.0.2-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:34:32 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Mon, 04 Sep 2023 16:46:34 +0300
haskell-resolv (0.1.2.0-3) unstable; urgency=medium
=====================================
p/haskell-resolv/debian/control
=====================================
@@ -7,11 +7,13 @@ Rules-Requires-Root: no
Build-Depends: debhelper (>= 10),
haskell-devscripts (>= 0.9),
cdbs,
- ghc,
+ ghc (>= 9.4),
ghc-prof,
- libghc-base16-bytestring-dev,
+ libghc-base16-bytestring-dev (>= 0.1),
+ libghc-base16-bytestring-dev (<< 1.1),
libghc-base16-bytestring-prof,
- libghc-tasty-dev,
+ libghc-tasty-dev (>= 1.2.3),
+ libghc-tasty-dev (<< 1.5),
libghc-tasty-prof,
libghc-tasty-hunit-dev (>= 0.10.0),
libghc-tasty-hunit-dev (<< 0.11),
=====================================
p/haskell-resolv/debian/patches/newer-deps deleted
=====================================
@@ -1,35 +0,0 @@
-Index: b/resolv.cabal
-===================================================================
---- a/resolv.cabal
-+++ b/resolv.cabal
-@@ -2,6 +2,7 @@ cabal-version: 2.2
-
- name: resolv
- version: 0.1.2.0
-+x-revision: 4
-
- synopsis: Domain Name Service (DNS) lookup via the libresolv standard library routines
- description: {
-@@ -92,10 +93,10 @@ library
- Compat
-
- -- we need binary-0.7.3 for isolate
-- build-depends: base >= 4.5 && <4.15
-- , base16-bytestring ^>= 0.1
-+ build-depends: base >= 4.5 && <4.17
-+ , base16-bytestring ^>= 0.1 || ^>=1.0.0.0
- , binary ^>=0.7.3 || ^>= 0.8
-- , bytestring ^>=0.9.2 || ^>= 0.10
-+ , bytestring ^>=0.9.2 || ^>= 0.10 || ^>= 0.11
- , containers ^>=0.4.2.1 || ^>= 0.5 || ^>= 0.6
-
- ghc-options: -Wall
-@@ -113,7 +114,7 @@ test-suite resolv.
- , bytestring
-
- -- additional dependencies not inherited
-- build-depends: tasty ^>= 1.2.3
-+ build-depends: tasty
- , tasty-hunit ^>= 0.10.0
- , directory ^>= 1.1.0 || ^>= 1.2.0 || ^>= 1.3.0
- , filepath ^>= 1.3.0 || ^>= 1.4.0
=====================================
p/haskell-resolv/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps
=====================================
p/haskell-tasty-hspec/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-tasty-hspec (1.2.0.1-2) UNRELEASED; urgency=medium
+haskell-tasty-hspec (1.2.0.3-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:34:44 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Mon, 04 Sep 2023 16:48:29 +0300
haskell-tasty-hspec (1.2.0.1-1) unstable; urgency=medium
=====================================
p/haskell-tasty-hspec/debian/control
=====================================
@@ -7,20 +7,22 @@ Rules-Requires-Root: no
Build-Depends: debhelper (>= 10),
haskell-devscripts (>= 0.13),
cdbs,
- ghc (>= 8.0),
+ ghc (>= 9.4),
ghc-prof,
libghc-quickcheck2-dev (>= 2.7),
libghc-quickcheck2-dev (<< 2.15),
libghc-quickcheck2-prof,
- libghc-hspec-dev (>= 2.5),
+ libghc-hspec-dev (>= 2.10),
libghc-hspec-dev (<< 2.11),
libghc-hspec-prof,
- libghc-hspec-core-dev (>= 2.5),
+ libghc-hspec-core-dev (>= 2.10),
libghc-hspec-core-dev (<< 2.11),
libghc-hspec-core-prof,
- libghc-tasty-dev,
+ libghc-tasty-dev (>= 1.3),
+ libghc-tasty-dev (<< 1.5),
libghc-tasty-prof,
- libghc-tasty-quickcheck-dev,
+ libghc-tasty-quickcheck-dev (>= 0.9.1),
+ libghc-tasty-quickcheck-dev (<< 0.11),
libghc-tasty-quickcheck-prof,
libghc-tasty-smallcheck-dev (>= 0.1),
libghc-tasty-smallcheck-dev (<< 0.9),
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/55076649916aeb0163f968bb67b28ed41f4fd97d...55b2b62922b650a4aaaa2ef4f99e32cf1acfae8c
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/55076649916aeb0163f968bb67b28ed41f4fd97d...55b2b62922b650a4aaaa2ef4f99e32cf1acfae8c
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/20230904/d2cb89f4/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list