[Git][haskell-team/DHG_packages][master] 6 commits: byte-order: Upgrading from 0.1.3.0 to 0.1.3.1
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Fri Oct 4 07:53:38 BST 2024
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
ba46a3fe by Ilias Tsitsimpis at 2024-10-04T09:44:59+03:00
byte-order: Upgrading from 0.1.3.0 to 0.1.3.1
- - - - -
cad38fcb by Ilias Tsitsimpis at 2024-10-04T09:45:27+03:00
glib: Upgrading from 0.13.10.0 to 0.13.11.0
- - - - -
7885d2a3 by Ilias Tsitsimpis at 2024-10-04T09:48:00+03:00
hspec-hedgehog: Upgrading from 0.0.1.2 to 0.1.1.0
- - - - -
8ac7ec86 by Ilias Tsitsimpis at 2024-10-04T09:49:15+03:00
network-run: Upgrading from 0.2.6 to 0.2.8
- - - - -
f4f78950 by Ilias Tsitsimpis at 2024-10-04T09:49:42+03:00
tasty-hedgehog: Upgrading from 1.4.0.1 to 1.4.0.2
- - - - -
8c599c45 by Ilias Tsitsimpis at 2024-10-04T09:50:23+03:00
th-desugar: Upgrading from 1.14 to 1.15
- - - - -
13 changed files:
- p/haskell-byte-order/debian/changelog
- p/haskell-byte-order/debian/control
- − p/haskell-byte-order/debian/patches/newer-deps
- − p/haskell-byte-order/debian/patches/series
- p/haskell-glib/debian/changelog
- p/haskell-hspec-hedgehog/debian/changelog
- p/haskell-hspec-hedgehog/debian/control
- p/haskell-hspec-hedgehog/debian/patches/no--N
- p/haskell-network-run/debian/changelog
- p/haskell-tasty-hedgehog/debian/changelog
- p/haskell-tasty-hedgehog/debian/control
- p/haskell-th-desugar/debian/changelog
- p/haskell-th-desugar/debian/control
Changes:
=====================================
p/haskell-byte-order/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-byte-order (0.1.3.0-3) UNRELEASED; urgency=medium
+haskell-byte-order (0.1.3.1-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:17:02 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 04 Oct 2024 09:44:31 +0300
haskell-byte-order (0.1.3.0-2) unstable; urgency=medium
=====================================
p/haskell-byte-order/debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 10),
ghc (>= 9.4),
ghc-prof,
libghc-primitive-dev (>= 0.6.4),
- libghc-primitive-dev (<< 0.9),
+ libghc-primitive-dev (<< 0.10),
libghc-primitive-prof,
libghc-primitive-unaligned-dev (>= 0.1.1),
libghc-primitive-unaligned-dev (<< 0.2),
@@ -22,7 +22,7 @@ Build-Depends-Indep: ghc-doc,
libghc-primitive-unaligned-doc,
libghc-wide-word-doc,
Standards-Version: 4.7.0
-Homepage: https://github.com/andrewthad/byte-order
+Homepage: https://github.com/byteverse/byte-order
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-byte-order
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-byte-order]
X-Description: portable big-endian and little-endian conversions
=====================================
p/haskell-byte-order/debian/patches/newer-deps deleted
=====================================
@@ -1,21 +0,0 @@
-Index: b/byte-order.cabal
-===================================================================
---- a/byte-order.cabal
-+++ b/byte-order.cabal
-@@ -1,6 +1,7 @@
- cabal-version: 2.2
- name: byte-order
- version: 0.1.3.0
-+x-revision: 1
- synopsis: Portable big-endian and little-endian conversions
- description:
- This library provides an interface to portably work with byte
-@@ -26,7 +27,7 @@ library
- System.ByteOrder.Class
- build-depends:
- , base >=4.11.1.0 && <5
-- , primitive >=0.6.4 && <0.8
-+ , primitive >=0.6.4 && <0.9
- , primitive-unaligned >=0.1.1 && <0.2
- , wide-word >=0.1.1 && <0.2
- hs-source-dirs: src
=====================================
p/haskell-byte-order/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps
=====================================
p/haskell-glib/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-glib (0.13.10.0-2) UNRELEASED; urgency=medium
+haskell-glib (0.13.11.0-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:17:28 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 04 Oct 2024 09:45:27 +0300
haskell-glib (0.13.10.0-1) unstable; urgency=medium
=====================================
p/haskell-hspec-hedgehog/debian/changelog
=====================================
@@ -1,4 +1,4 @@
-haskell-hspec-hedgehog (0.0.1.2-6) UNRELEASED; urgency=medium
+haskell-hspec-hedgehog (0.1.1.0-1) unstable; urgency=medium
[ wuruilong <wuruilong at loongson.cn> ]
* Add support for loong64 (Closes: #1069701, Closes: #1072670)
@@ -8,8 +8,9 @@ haskell-hspec-hedgehog (0.0.1.2-6) UNRELEASED; urgency=medium
[ Ilias Tsitsimpis ]
* Declare compliance with Debian policy 4.7.0
+ * New upstream release
- -- Gianfranco Costamagna <locutusofborg at debian.org> Tue, 13 Aug 2024 14:28:47 +0200
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 04 Oct 2024 09:46:16 +0300
haskell-hspec-hedgehog (0.0.1.2-5) unstable; urgency=medium
=====================================
p/haskell-hspec-hedgehog/debian/control
=====================================
@@ -8,26 +8,22 @@ Build-Depends: debhelper (>= 10),
cdbs,
ghc (>= 9.4),
ghc-prof,
- libghc-hunit-dev (>= 1.5),
- libghc-hunit-dev (<< 2),
- libghc-hunit-prof,
libghc-quickcheck2-dev (>= 2.9.2),
libghc-quickcheck2-dev (<< 3),
libghc-quickcheck2-prof,
libghc-hedgehog-dev (>= 1.0.2),
libghc-hedgehog-dev (<< 2),
libghc-hedgehog-prof,
- libghc-hspec-dev (>= 2.4.4),
+ libghc-hspec-dev (>= 2.11.0),
libghc-hspec-dev (<< 3),
libghc-hspec-prof,
- libghc-hspec-core-dev (>= 2.4.4),
+ libghc-hspec-core-dev (>= 2.11.0),
libghc-hspec-core-dev (<< 3),
libghc-hspec-core-prof,
libghc-splitmix-dev (>= 0.0.1),
libghc-splitmix-dev (<< 1),
libghc-splitmix-prof,
Build-Depends-Indep: ghc-doc,
- libghc-hunit-doc,
libghc-quickcheck2-doc,
libghc-hedgehog-doc,
libghc-hspec-doc,
=====================================
p/haskell-hspec-hedgehog/debian/patches/no--N
=====================================
@@ -1,24 +1,13 @@
---- haskell-hspec-hedgehog-0.0.1.2.orig/hspec-hedgehog.cabal
-+++ haskell-hspec-hedgehog-0.0.1.2/hspec-hedgehog.cabal
-@@ -35,13 +35,20 @@ library
- , splitmix >= 0.0.1 && < 1
- default-language: Haskell2010
-
-+flag smp
-+ description: build test with -N
-+ default: True
-+
- test-suite hspec-hedgehog-test
- type: exitcode-stdio-1.0
- main-is:
+Index: b/hspec-hedgehog.cabal
+===================================================================
+--- a/hspec-hedgehog.cabal
++++ b/hspec-hedgehog.cabal
+@@ -40,7 +40,7 @@ test-suite hspec-hedgehog-test
Spec.hs
hs-source-dirs:
test
- ghc-options: -threaded -rtsopts -with-rtsopts=-N
-+ if flag(smp)
-+ ghc-options: -threaded -rtsopts -with-rtsopts=-N
-+ else
-+ ghc-options: -threaded
++ ghc-options: -threaded
build-depends:
base >= 4.7 && < 5
, hspec-hedgehog
=====================================
p/haskell-network-run/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-network-run (0.2.6-2) UNRELEASED; urgency=medium
+haskell-network-run (0.2.8-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:17:57 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 04 Oct 2024 09:49:15 +0300
haskell-network-run (0.2.6-1) unstable; urgency=medium
=====================================
p/haskell-tasty-hedgehog/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-tasty-hedgehog (1.4.0.1-2) UNRELEASED; urgency=medium
+haskell-tasty-hedgehog (1.4.0.2-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:18:24 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 04 Oct 2024 09:49:42 +0300
haskell-tasty-hedgehog (1.4.0.1-1) unstable; urgency=medium
=====================================
p/haskell-tasty-hedgehog/debian/control
=====================================
@@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 10),
cdbs,
ghc (>= 9.4),
ghc-prof,
- libghc-hedgehog-dev (>= 1.2),
- libghc-hedgehog-dev (<< 1.3),
+ libghc-hedgehog-dev (>= 1.4),
+ libghc-hedgehog-dev (<< 1.5),
libghc-hedgehog-prof,
libghc-tagged-dev (>= 0.8),
libghc-tagged-dev (<< 0.9),
=====================================
p/haskell-th-desugar/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-th-desugar (1.14-2) UNRELEASED; urgency=medium
+haskell-th-desugar (1.15-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:18:28 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 04 Oct 2024 09:50:23 +0300
haskell-th-desugar (1.14-1) unstable; urgency=medium
=====================================
p/haskell-th-desugar/debian/control
=====================================
@@ -12,11 +12,9 @@ Build-Depends: debhelper (>= 10),
libghc-ordered-containers-prof,
libghc-syb-dev (>= 0.4),
libghc-syb-prof,
- libghc-th-abstraction-dev (>= 0.4),
- libghc-th-abstraction-dev (<< 0.5),
+ libghc-th-abstraction-dev (>= 0.5),
+ libghc-th-abstraction-dev (<< 0.6),
libghc-th-abstraction-prof,
- libghc-th-lift-dev (>= 0.6.1),
- libghc-th-lift-prof,
libghc-th-orphans-dev (>= 0.13.7),
libghc-th-orphans-prof,
libghc-transformers-compat-dev (>= 0.6.3),
@@ -25,12 +23,12 @@ Build-Depends: debhelper (>= 10),
libghc-hunit-prof (>= 1.2),
libghc-hspec-dev (>= 1.3),
libghc-hspec-prof,
+ libghc-th-abstraction-dev,
libghc-th-orphans-dev (>= 0.13.9),
Build-Depends-Indep: ghc-doc,
libghc-ordered-containers-doc,
libghc-syb-doc,
libghc-th-abstraction-doc,
- libghc-th-lift-doc,
libghc-th-orphans-doc,
libghc-transformers-compat-doc,
Standards-Version: 4.7.0
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/66829e23ea70781dfd9fdb53311bb94fbaed43ac...8c599c456ca9a357bbef119e6bd1c3a59ecf02cb
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/66829e23ea70781dfd9fdb53311bb94fbaed43ac...8c599c456ca9a357bbef119e6bd1c3a59ecf02cb
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/20241004/053a8a41/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list