[Git][haskell-team/DHG_packages][master] 12 commits: binary-orphans: Upgrading from 1.0.4.1 to 1.0.5
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Fri Oct 4 19:18:34 BST 2024
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
f86c0969 by Ilias Tsitsimpis at 2024-10-04T21:01:59+03:00
binary-orphans: Upgrading from 1.0.4.1 to 1.0.5
- - - - -
314550c7 by Ilias Tsitsimpis at 2024-10-04T21:02:53+03:00
cryptostore: Upgrading from 0.3.0.1 to 0.3.1.0
- - - - -
64b6c9f3 by Ilias Tsitsimpis at 2024-10-04T21:04:16+03:00
gtk: Upgrading from 0.15.8 to 0.15.9
- - - - -
09257c97 by Ilias Tsitsimpis at 2024-10-04T21:05:15+03:00
gtk3: Upgrading from 0.15.8 to 0.15.9
- - - - -
15ad7983 by Ilias Tsitsimpis at 2024-10-04T21:05:59+03:00
hslua-core: Upgrading from 2.3.1 to 2.3.2
- - - - -
d98aef29 by Ilias Tsitsimpis at 2024-10-04T21:07:51+03:00
text-show: Upgrading from 3.10.4 to 3.10.5
- - - - -
ba24dc12 by Ilias Tsitsimpis at 2024-10-04T21:08:53+03:00
unordered-containers: Upgrading from 0.2.19.1 to 0.2.20
- - - - -
c1e2740c by Ilias Tsitsimpis at 2024-10-04T21:09:53+03:00
vector-hashtables: Upgrading from 0.1.1.3 to 0.1.2.0
- - - - -
ba9abb98 by Ilias Tsitsimpis at 2024-10-04T21:11:16+03:00
haxml: Sourceful upload for GHC 9.6
- - - - -
38ee9f2f by Ilias Tsitsimpis at 2024-10-04T21:11:49+03:00
interpolate: Sourceful upload for GHC 9.6
- - - - -
25d05896 by Ilias Tsitsimpis at 2024-10-04T21:11:49+03:00
natural-transformation: Sourceful upload for GHC 9.6
- - - - -
4e5a9004 by Ilias Tsitsimpis at 2024-10-04T21:11:49+03:00
yi-rope: Sourceful upload for GHC 9.6
- - - - -
23 changed files:
- p/haskell-binary-orphans/debian/changelog
- p/haskell-binary-orphans/debian/control
- − p/haskell-binary-orphans/debian/patches/newer-deps
- − p/haskell-binary-orphans/debian/patches/series
- p/haskell-cryptostore/debian/changelog
- p/haskell-gtk/debian/changelog
- p/haskell-gtk/debian/patches/work-around-pixel-define.patch
- p/haskell-gtk3/debian/changelog
- p/haskell-gtk3/debian/patches/work-around-pixel-define.patch
- p/haskell-hslua-core/debian/changelog
- p/haskell-interpolate/debian/changelog
- p/haskell-natural-transformation/debian/changelog
- p/haskell-text-show/debian/changelog
- p/haskell-text-show/debian/control
- p/haskell-text-show/debian/patches/no-bytestring-builder
- p/haskell-unordered-containers/debian/changelog
- − p/haskell-unordered-containers/debian/patches/newer-deps
- − p/haskell-unordered-containers/debian/patches/series
- p/haskell-vector-hashtables/debian/changelog
- p/haskell-vector-hashtables/debian/control
- p/haskell-vector-hashtables/debian/patches/no-rts-N
- p/haskell-yi-rope/debian/changelog
- p/haxml/debian/changelog
Changes:
=====================================
p/haskell-binary-orphans/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-binary-orphans (1.0.4.1-3) UNRELEASED; urgency=medium
+haskell-binary-orphans (1.0.5-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:16:59 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 04 Oct 2024 21:01:41 +0300
haskell-binary-orphans (1.0.4.1-2) unstable; urgency=medium
=====================================
p/haskell-binary-orphans/debian/control
=====================================
@@ -15,7 +15,7 @@ Build-Depends:
libghc-onetuple-dev (<< 0.5),
libghc-onetuple-prof,
libghc-quickcheck2-dev (>= 2.13.1),
- libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-dev (<< 2.16),
libghc-quickcheck2-prof,
libghc-quickcheck-instances-dev (>= 0.3.28),
libghc-quickcheck-instances-dev (<< 0.4),
@@ -24,7 +24,7 @@ Build-Depends:
libghc-tagged-dev (<< 0.9),
libghc-tagged-prof,
libghc-tasty-dev (>= 0.10.1.2),
- libghc-tasty-dev (<< 1.5),
+ libghc-tasty-dev (<< 1.6),
libghc-tasty-prof,
libghc-tasty-quickcheck-dev (>= 0.8.3.2),
libghc-tasty-quickcheck-dev (<< 0.11),
=====================================
p/haskell-binary-orphans/debian/patches/newer-deps deleted
=====================================
@@ -1,39 +0,0 @@
-Index: b/binary-orphans.cabal
-===================================================================
---- a/binary-orphans.cabal
-+++ b/binary-orphans.cabal
-@@ -1,6 +1,7 @@
- cabal-version: 1.12
- name: binary-orphans
- version: 1.0.4.1
-+x-revision: 2
- synopsis: Compatibility package for binary; provides instances
- category: Data, Binary, Parsing, Compatibility
- description:
-@@ -34,7 +35,7 @@ extra-source-files: CHANGELOG.md
-
- source-repository head
- type: git
-- location: git://github.com/phadej/binary-orphans.git
-+ location: https://github.com/phadej/binary-orphans.git
-
- library
- default-language: Haskell2010
-@@ -43,7 +44,7 @@ library
- exposed-modules: Data.Binary.Orphans
- other-extensions: CPP
- build-depends:
-- base >=4.5 && <4.18
-+ base >=4.5 && <4.19
- , binary >=0.5.1.0 && <0.6 || >=0.7.1.0 && <0.8 || >=0.8.3.0 && <0.8.10
- , transformers >=0.3.0.0 && <0.7
-
-@@ -74,7 +75,7 @@ test-suite binary-orphans-test
- , OneTuple >=0.3 && <0.5
- , QuickCheck >=2.13.1 && <2.15
- , quickcheck-instances >=0.3.28 && <0.4
-- , tagged >=0.8.6 && <0.8.7
-+ , tagged >=0.8.6 && <0.9
- , tasty >=0.10.1.2 && <1.5
- , tasty-quickcheck >=0.8.3.2 && <0.11
-
=====================================
p/haskell-binary-orphans/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps
=====================================
p/haskell-cryptostore/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-cryptostore (0.3.0.1-2) UNRELEASED; urgency=medium
+haskell-cryptostore (0.3.1.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:12 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 04 Oct 2024 21:02:53 +0300
haskell-cryptostore (0.3.0.1-1) unstable; urgency=medium
=====================================
p/haskell-gtk/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-gtk (0.15.8-2) UNRELEASED; urgency=medium
+haskell-gtk (0.15.9-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:29 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 04 Oct 2024 21:03:32 +0300
haskell-gtk (0.15.8-1) unstable; urgency=medium
=====================================
p/haskell-gtk/debian/patches/work-around-pixel-define.patch
=====================================
@@ -9,7 +9,7 @@ Index: b/gtk.cabal
===================================================================
--- a/gtk.cabal
+++ b/gtk.cabal
-@@ -409,3 +409,5 @@ Library
+@@ -415,3 +415,5 @@ Library
cc-options: -DGTK2HS_SET_FMODE_BINARY
pkgconfig-depends: gthread-2.0, gtk+-2.0
=====================================
p/haskell-gtk3/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-gtk3 (0.15.8-2) UNRELEASED; urgency=medium
+haskell-gtk3 (0.15.9-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:29 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 04 Oct 2024 21:04:56 +0300
haskell-gtk3 (0.15.8-1) unstable; urgency=medium
=====================================
p/haskell-gtk3/debian/patches/work-around-pixel-define.patch
=====================================
@@ -9,7 +9,7 @@ Index: b/gtk3.cabal
===================================================================
--- a/gtk3.cabal
+++ b/gtk3.cabal
-@@ -393,6 +393,8 @@ Library
+@@ -399,6 +399,8 @@ Library
pkgconfig-depends: gthread-2.0, gtk+-3.0
=====================================
p/haskell-hslua-core/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-hslua-core (2.3.1-2) UNRELEASED; urgency=medium
+haskell-hslua-core (2.3.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:17:35 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 04 Oct 2024 21:05:59 +0300
haskell-hslua-core (2.3.1-1) unstable; urgency=medium
=====================================
p/haskell-interpolate/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-interpolate (0.2.1-4) UNRELEASED; urgency=medium
+haskell-interpolate (0.2.1-4) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * Sourceful upload for GHC 9.6
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:17:43 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 04 Oct 2024 21:11:49 +0300
haskell-interpolate (0.2.1-3) unstable; urgency=medium
=====================================
p/haskell-natural-transformation/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-natural-transformation (0.4-9) UNRELEASED; urgency=medium
+haskell-natural-transformation (0.4-9) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * Sourceful upload for GHC 9.6
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:17:56 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 04 Oct 2024 21:11:49 +0300
haskell-natural-transformation (0.4-8) unstable; urgency=medium
=====================================
p/haskell-text-show/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-text-show (3.10.4-2) UNRELEASED; urgency=medium
+haskell-text-show (3.10.5-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:27 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 04 Oct 2024 21:07:13 +0300
haskell-text-show (3.10.4-1) unstable; urgency=medium
=====================================
p/haskell-text-show/debian/control
=====================================
@@ -22,7 +22,7 @@ Build-Depends:
libghc-generic-deriving-dev (>= 1.11),
libghc-generic-deriving-prof,
libghc-th-abstraction-dev (>= 0.4),
- libghc-th-abstraction-dev (<< 0.7),
+ libghc-th-abstraction-dev (<< 0.8),
libghc-th-abstraction-prof,
libghc-th-lift-dev (>= 0.7.6),
libghc-th-lift-dev (<< 1),
=====================================
p/haskell-text-show/debian/patches/no-bytestring-builder
=====================================
@@ -1,14 +1,16 @@
+Index: b/text-show.cabal
+===================================================================
--- a/text-show.cabal
+++ b/text-show.cabal
-@@ -177,7 +177,6 @@ library
+@@ -179,7 +179,6 @@ library
, base-compat-batteries >= 0.11 && < 0.14
, bifunctors >= 5.1 && < 6
, bytestring >= 0.9 && < 0.13
- , bytestring-builder
- , containers >= 0.1 && < 0.7
+ , containers >= 0.1 && < 0.8
, generic-deriving >= 1.14.1 && < 2
, ghc-prim
-@@ -368,7 +367,6 @@ test-suite spec
+@@ -370,7 +369,6 @@ test-suite spec
, base-compat-batteries >= 0.11 && < 0.14
, base-orphans >= 0.8.5 && < 0.10
, bytestring >= 0.9 && < 0.13
=====================================
p/haskell-unordered-containers/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-unordered-containers (0.2.19.1-3) UNRELEASED; urgency=medium
+haskell-unordered-containers (0.2.20-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:33 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 04 Oct 2024 21:08:38 +0300
haskell-unordered-containers (0.2.19.1-2) unstable; urgency=medium
=====================================
p/haskell-unordered-containers/debian/patches/newer-deps deleted
=====================================
@@ -1,11 +0,0 @@
---- a/unordered-containers.cabal
-+++ b/unordered-containers.cabal
-@@ -56,7 +56,7 @@ library
- base >= 4.10 && < 5,
- deepseq >= 1.4.3,
- hashable >= 1.2.5 && < 1.5,
-- template-haskell < 2.19
-+ template-haskell < 2.21
-
- default-language: Haskell2010
-
=====================================
p/haskell-unordered-containers/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps
=====================================
p/haskell-vector-hashtables/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-vector-hashtables (0.1.1.3-4) UNRELEASED; urgency=medium
+haskell-vector-hashtables (0.1.2.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:18:35 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 04 Oct 2024 21:09:38 +0300
haskell-vector-hashtables (0.1.1.3-3) unstable; urgency=medium
=====================================
p/haskell-vector-hashtables/debian/control
=====================================
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 10),
libghc-vector-dev,
libghc-vector-prof,
libghc-quickcheck2-dev (>= 2.12.6.1),
- libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-dev (<< 2.16),
libghc-quickcheck2-prof,
libghc-hspec-dev (>= 2.6.0),
libghc-hspec-dev (<< 2.12),
=====================================
p/haskell-vector-hashtables/debian/patches/no-rts-N
=====================================
@@ -2,7 +2,7 @@ Index: b/vector-hashtables.cabal
===================================================================
--- a/vector-hashtables.cabal
+++ b/vector-hashtables.cabal
-@@ -60,7 +60,7 @@ test-suite vector-hashtables-test
+@@ -58,7 +58,7 @@ test-suite vector-hashtables-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
=====================================
p/haskell-yi-rope/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-yi-rope (0.11-6) UNRELEASED; urgency=medium
+haskell-yi-rope (0.11-6) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * Sourceful upload for GHC 9.6
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:18:44 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 04 Oct 2024 21:11:49 +0300
haskell-yi-rope (0.11-5) unstable; urgency=medium
=====================================
p/haxml/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haxml (1:1.25.13-2) UNRELEASED; urgency=medium
+haxml (1:1.25.13-2) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * Sourceful upload for GHC 9.6
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:18:44 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 04 Oct 2024 21:11:16 +0300
haxml (1:1.25.13-1) unstable; urgency=medium
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/23249b69b6e0bc1ba61aba2a3e283b71f6d48908...4e5a9004d5d35ff9a8caabcd63436ed72ca4db3e
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/23249b69b6e0bc1ba61aba2a3e283b71f6d48908...4e5a9004d5d35ff9a8caabcd63436ed72ca4db3e
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/0ae5cf8c/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list