[Git][haskell-team/DHG_packages][master] 8 commits: kvitable: Upgrading from 1.0.1.0 to 1.0.2.1

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sat Sep 2 21:03:48 BST 2023



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
006ae670 by Ilias Tsitsimpis at 2023-09-02T22:52:21+03:00
kvitable: Upgrading from 1.0.1.0 to 1.0.2.1

- - - - -
4e94f760 by Ilias Tsitsimpis at 2023-09-02T22:53:06+03:00
lucid-svg: Upgrading from 0.7.1 to 0.7.1.1

- - - - -
47b5aacd by Ilias Tsitsimpis at 2023-09-02T23:01:47+03:00
universe-base: Upgrading from 1.1.3 to 1.1.3.1

- - - - -
758ecd70 by Ilias Tsitsimpis at 2023-09-02T23:01:51+03:00
ansi-wl-pprint: Sourceful upload for GHC 9.4

- - - - -
37e42778 by Ilias Tsitsimpis at 2023-09-02T23:01:51+03:00
byte-order: Sourceful upload for GHC 9.4

- - - - -
6bfa690c by Ilias Tsitsimpis at 2023-09-02T23:01:51+03:00
mueval: Sourceful upload for GHC 9.4

- - - - -
4f260a60 by Ilias Tsitsimpis at 2023-09-02T23:01:51+03:00
prettyprinter-ansi-terminal: Sourceful upload for GHC 9.4

- - - - -
213726ad by Ilias Tsitsimpis at 2023-09-02T23:01:51+03:00
tuple: Sourceful upload for GHC 9.4

- - - - -


18 changed files:

- p/haskell-ansi-wl-pprint/debian/changelog
- p/haskell-ansi-wl-pprint/debian/control
- 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-kvitable/debian/changelog
- p/haskell-kvitable/debian/control
- p/haskell-lucid-svg/debian/changelog
- p/haskell-lucid-svg/debian/control
- p/haskell-mueval/debian/changelog
- p/haskell-mueval/debian/control
- p/haskell-prettyprinter-ansi-terminal/debian/changelog
- p/haskell-prettyprinter-ansi-terminal/debian/control
- p/haskell-tuple/debian/changelog
- p/haskell-tuple/debian/control
- p/haskell-universe-base/debian/changelog
- p/haskell-universe-base/debian/control


Changes:

=====================================
p/haskell-ansi-wl-pprint/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-ansi-wl-pprint (0.6.9-6) UNRELEASED; urgency=medium
+haskell-ansi-wl-pprint (0.6.9-6) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.2
+  * Sourceful upload for GHC 9.4
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 27 Aug 2023 12:33:24 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 02 Sep 2023 22:54:58 +0300
 
 haskell-ansi-wl-pprint (0.6.9-5) unstable; urgency=medium
 


=====================================
p/haskell-ansi-wl-pprint/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-ansi-terminal-dev (>= 0.9.1),
  libghc-ansi-terminal-dev (<< 0.12),


=====================================
p/haskell-byte-order/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-byte-order (0.1.3.0-2) UNRELEASED; urgency=medium
+haskell-byte-order (0.1.3.0-2) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.2
+  * Sourceful upload for GHC 9.4
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 27 Aug 2023 12:33:30 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 02 Sep 2023 22:54:58 +0300
 
 haskell-byte-order (0.1.3.0-1) unstable; urgency=medium
 


=====================================
p/haskell-byte-order/debian/control
=====================================
@@ -6,10 +6,10 @@ Section: haskell
 Build-Depends: debhelper (>= 10),
  haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
  cdbs,
- ghc,
+ ghc (>= 9.4),
  ghc-prof,
  libghc-primitive-dev (>= 0.6.4),
- libghc-primitive-dev (<< 0.8),
+ libghc-primitive-dev (<< 0.9),
  libghc-primitive-prof,
  libghc-primitive-unaligned-dev (>= 0.1.1),
  libghc-primitive-unaligned-dev (<< 0.2),


=====================================
p/haskell-byte-order/debian/patches/newer-deps
=====================================
@@ -0,0 +1,21 @@
+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
=====================================
@@ -0,0 +1 @@
+newer-deps


=====================================
p/haskell-kvitable/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-kvitable (1.0.1.0-3) UNRELEASED; urgency=medium
+haskell-kvitable (1.0.2.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:09 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 02 Sep 2023 22:52:20 +0300
 
 haskell-kvitable (1.0.1.0-2) unstable; urgency=medium
 


=====================================
p/haskell-kvitable/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-lucid-dev (>= 2.9),
  libghc-lucid-dev (<< 2.12),
@@ -22,7 +22,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-microlens-doc,
  libghc-prettyprinter-doc,
 Standards-Version: 4.6.2
-Homepage: https://hackage.haskell.org/package/kvitable
+Homepage: https://github.com/kquick/kvitable
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-kvitable
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-kvitable]
 X-Description: Key/Value Indexed Table container and formatting library


=====================================
p/haskell-lucid-svg/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-lucid-svg (0.7.1-3) UNRELEASED; urgency=medium
+haskell-lucid-svg (0.7.1.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:13 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 02 Sep 2023 22:53:06 +0300
 
 haskell-lucid-svg (0.7.1-2) unstable; urgency=medium
 


=====================================
p/haskell-lucid-svg/debian/control
=====================================
@@ -9,7 +9,7 @@ Rules-Requires-Root: no
 Build-Depends:
  cdbs,
  debhelper (>= 10),
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-blaze-builder-dev (<< 0.5),


=====================================
p/haskell-mueval/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-mueval (0.9.3-7) UNRELEASED; urgency=medium
+haskell-mueval (0.9.3-7) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.2
+  * Sourceful upload for GHC 9.4
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 27 Aug 2023 12:34:18 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 02 Sep 2023 22:54:58 +0300
 
 haskell-mueval (0.9.3-6) unstable; urgency=medium
 


=====================================
p/haskell-mueval/debian/control
=====================================
@@ -8,7 +8,7 @@ Rules-Requires-Root: no
 Build-Depends:
  cdbs,
  debhelper (>= 10),
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-extensible-exceptions-dev,


=====================================
p/haskell-prettyprinter-ansi-terminal/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-prettyprinter-ansi-terminal (1.1.3-2) UNRELEASED; urgency=medium
+haskell-prettyprinter-ansi-terminal (1.1.3-2) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.2
+  * Sourceful upload for GHC 9.4
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 27 Aug 2023 12:34:26 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 02 Sep 2023 22:54:59 +0300
 
 haskell-prettyprinter-ansi-terminal (1.1.3-1) unstable; urgency=medium
 


=====================================
p/haskell-prettyprinter-ansi-terminal/debian/control
=====================================
@@ -7,7 +7,7 @@ Rules-Requires-Root: no
 Build-Depends: debhelper (>= 10),
  haskell-devscripts (>= 0.8),
  cdbs,
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
  ghc-prof,
  libghc-ansi-terminal-dev (>= 0.4.0),
  libghc-ansi-terminal-prof,


=====================================
p/haskell-tuple/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-tuple (0.3.0.2-5) UNRELEASED; urgency=medium
+haskell-tuple (0.3.0.2-5) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.2
+  * Sourceful upload for GHC 9.4
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 27 Aug 2023 12:34:50 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 02 Sep 2023 22:54:59 +0300
 
 haskell-tuple (0.3.0.2-4) unstable; urgency=medium
 


=====================================
p/haskell-tuple/debian/control
=====================================
@@ -6,7 +6,7 @@ Section: haskell
 Build-Depends: debhelper (>= 10),
  haskell-devscripts (>= 0.8),
  cdbs,
- ghc,
+ ghc (>= 9.4),
  ghc-prof,
  libghc-onetuple-dev (<< 10),
  libghc-onetuple-prof (<< 10),


=====================================
p/haskell-universe-base/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-universe-base (1.1.3-2) UNRELEASED; urgency=medium
+haskell-universe-base (1.1.3.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:51 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 02 Sep 2023 22:53:41 +0300
 
 haskell-universe-base (1.1.3-1) unstable; urgency=medium
 


=====================================
p/haskell-universe-base/debian/control
=====================================
@@ -8,17 +8,13 @@ Build-Depends:
  haskell-devscripts (>= 0.13),
  cdbs,
  debhelper (>= 10),
- ghc (>= 8),
+ ghc (>= 9.4),
  ghc-prof,
- libghc-onetuple-dev (>= 0.3),
- libghc-onetuple-dev (<< 0.4),
- libghc-onetuple-prof,
  libghc-tagged-dev (>= 0.8.6.1),
  libghc-tagged-dev (<< 0.9),
  libghc-tagged-prof,
  libghc-quickcheck2-dev (>= 2.8.2) <!nocheck>,
 Build-Depends-Indep: ghc-doc,
- libghc-onetuple-doc,
  libghc-tagged-doc,
 Standards-Version: 4.6.2
 Homepage: https://github.com/dmwit/universe



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/6ccddbf1d5e7f4e392cf0ee85936f23a14165c7f...213726ada899e9f26466b0a9696f68ca4df9f5f6

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/6ccddbf1d5e7f4e392cf0ee85936f23a14165c7f...213726ada899e9f26466b0a9696f68ca4df9f5f6
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/20230902/50f454b7/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list