[Git][haskell-team/DHG_packages][master] 8 commits: binary-instances: Upgrading from 1.0.3 to 1.0.4

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Fri Oct 6 09:53:45 BST 2023



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


Commits:
3b6daf63 by Ilias Tsitsimpis at 2023-10-06T11:51:15+03:00
binary-instances: Upgrading from 1.0.3 to 1.0.4

- - - - -
e3f18d80 by Ilias Tsitsimpis at 2023-10-06T11:51:15+03:00
bytes: Upgrading from 0.17.2 to 0.17.3

- - - - -
b2579706 by Ilias Tsitsimpis at 2023-10-06T11:51:15+03:00
cborg: Upgrading from 0.2.8.0 to 0.2.9.0

- - - - -
85ec4563 by Ilias Tsitsimpis at 2023-10-06T11:51:15+03:00
criterion-measurement: Upgrading from 0.1.4.0 to 0.2.1.0

- - - - -
dddf77c1 by Ilias Tsitsimpis at 2023-10-06T11:51:15+03:00
generic-data: Upgrading from 0.9.2.1 to 1.1.0.0

- - - - -
718cb421 by Ilias Tsitsimpis at 2023-10-06T11:51:15+03:00
ghc-exactprint: Upgrading from 0.6.4 to 1.6.1.3

- - - - -
dd8b5487 by Ilias Tsitsimpis at 2023-10-06T11:51:15+03:00
hackage-security: Upgrading from 0.6.2.2 to 0.6.2.3

- - - - -
fc8e7f53 by Ilias Tsitsimpis at 2023-10-06T11:51:16+03:00
hedgehog-classes: Upgrading from 0.2.5.3 to 0.2.5.4

- - - - -


24 changed files:

- p/haskell-binary-instances/debian/changelog
- p/haskell-binary-instances/debian/control
- p/haskell-bytes/debian/changelog
- p/haskell-bytes/debian/control
- p/haskell-cborg/debian/changelog
- p/haskell-cborg/debian/control
- p/haskell-cborg/debian/patches/no-rts-N
- p/haskell-criterion-measurement/debian/changelog
- p/haskell-criterion-measurement/debian/control
- p/haskell-generic-data/debian/changelog
- p/haskell-generic-data/debian/control
- p/haskell-generic-data/debian/patches/no-one-liner
- p/haskell-ghc-exactprint/debian/changelog
- p/haskell-ghc-exactprint/debian/control
- + p/haskell-ghc-exactprint/debian/patches/no-fail
- + p/haskell-ghc-exactprint/debian/patches/series
- p/haskell-hackage-security/debian/changelog
- p/haskell-hackage-security/debian/control
- − p/haskell-hackage-security/debian/patches/no-cabal-syntax
- − p/haskell-hackage-security/debian/patches/series
- p/haskell-hedgehog-classes/debian/changelog
- p/haskell-hedgehog-classes/debian/control
- + p/haskell-hedgehog-classes/debian/patches/newer-deps
- + p/haskell-hedgehog-classes/debian/patches/series


Changes:

=====================================
p/haskell-binary-instances/debian/changelog
=====================================
@@ -1,12 +1,13 @@
-haskell-binary-instances (1.0.3-2) UNRELEASED; urgency=medium
+haskell-binary-instances (1.0.4-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:35 +0000
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 06 Oct 2023 11:10:43 +0300
 
 haskell-binary-instances (1.0.3-1) unstable; urgency=medium
 


=====================================
p/haskell-binary-instances/debian/control
=====================================
@@ -6,60 +6,52 @@ Section: haskell
 Build-Depends: debhelper (>= 10),
  haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
  cdbs,
- ghc,
+ ghc (>= 9.4),
  ghc-prof,
  libghc-aeson-dev,
  libghc-aeson-prof,
- libghc-binary-orphans-dev (>= 1.0.3),
+ libghc-binary-orphans-dev (>= 1.0.4),
  libghc-binary-orphans-dev (<< 1.1),
- libghc-binary-orphans-prof (>= 1.0.1),
- libghc-binary-orphans-prof (<< 1.1),
+ libghc-binary-orphans-prof,
  libghc-case-insensitive-dev (>= 1.2.0.4),
  libghc-case-insensitive-dev (<< 1.2.2),
- libghc-case-insensitive-prof (>= 1.2.0.4),
- libghc-case-insensitive-prof (<< 1.2.2),
+ libghc-case-insensitive-prof,
  libghc-hashable-dev (>= 1.2.3.3),
  libghc-hashable-dev (<< 1.5),
  libghc-hashable-prof,
  libghc-primitive-dev (>= 0.7.2.0),
- libghc-primitive-dev (<< 0.8),
+ libghc-primitive-dev (<< 0.9),
  libghc-primitive-prof,
  libghc-scientific-dev (>= 0.3.3.8),
  libghc-scientific-dev (<< 0.4),
- libghc-scientific-prof (>= 0.3.3.8),
- libghc-scientific-prof (<< 0.4),
+ libghc-scientific-prof,
  libghc-tagged-dev (>= 0.7.3),
- libghc-tagged-dev (<< 0.8.7),
- libghc-tagged-prof (>= 0.7.3),
- libghc-tagged-prof (<< 0.8.7),
+ libghc-tagged-dev (<< 0.8.8),
+ libghc-tagged-prof,
  libghc-text-binary-dev (>= 0.2.1.1),
  libghc-text-binary-dev (<< 0.3),
  libghc-text-binary-prof,
  libghc-time-compat-dev (>= 1.9.4),
  libghc-time-compat-dev (<< 1.10),
- libghc-time-compat-prof (>= 1.9.2.2),
- libghc-time-compat-prof (<< 1.10),
+ libghc-time-compat-prof,
  libghc-unordered-containers-dev (>= 0.2.5.1),
  libghc-unordered-containers-dev (<< 0.3),
- libghc-unordered-containers-prof (>= 0.2.5.1),
- libghc-unordered-containers-prof (<< 0.3),
+ libghc-unordered-containers-prof,
  libghc-vector-dev (>= 0.10.12.3),
  libghc-vector-dev (<< 0.14),
  libghc-vector-prof,
  libghc-vector-binary-instances-dev (>= 0.2.1.0),
  libghc-vector-binary-instances-dev (<< 0.3),
- libghc-vector-binary-instances-prof (>= 0.2.1.0),
- libghc-vector-binary-instances-prof (<< 0.3),
+ libghc-vector-binary-instances-prof,
  libghc-quickcheck2-dev (>= 2.13.1),
  libghc-quickcheck2-dev (<< 2.15),
  libghc-quickcheck2-prof,
  libghc-case-insensitive-dev,
  libghc-hashable-dev,
  libghc-primitive-dev,
- libghc-quickcheck-instances-dev (>= 0.3.28),
+ libghc-quickcheck-instances-dev (>= 0.3.29),
  libghc-quickcheck-instances-dev (<< 0.4),
- libghc-quickcheck-instances-prof (>= 0.3.21),
- libghc-quickcheck-instances-prof (<< 0.4),
+ libghc-quickcheck-instances-prof,
  libghc-scientific-dev,
  libghc-scientific-prof,
  libghc-tagged-dev,
@@ -69,8 +61,7 @@ Build-Depends: debhelper (>= 10),
  libghc-tasty-prof,
  libghc-tasty-quickcheck-dev (>= 0.8.3.2),
  libghc-tasty-quickcheck-dev (<< 0.11),
- libghc-tasty-quickcheck-prof (>= 0.8.3.2),
- libghc-tasty-quickcheck-prof (<< 0.11),
+ libghc-tasty-quickcheck-prof,
  libghc-time-compat-dev,
  libghc-time-compat-prof,
  libghc-unordered-containers-dev,


=====================================
p/haskell-bytes/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-bytes (0.17.2-2) UNRELEASED; urgency=medium
+haskell-bytes (0.17.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:33:30 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 06 Oct 2023 11:13:09 +0300
 
 haskell-bytes (0.17.2-1) unstable; urgency=medium
 


=====================================
p/haskell-bytes/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-binary-orphans-dev (>= 1.0.1),


=====================================
p/haskell-cborg/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-cborg (0.2.8.0-2) UNRELEASED; urgency=medium
+haskell-cborg (0.2.9.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:33:32 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 06 Oct 2023 11:16:04 +0300
 
 haskell-cborg (0.2.8.0-1) unstable; urgency=medium
 


=====================================
p/haskell-cborg/debian/control
=====================================
@@ -6,13 +6,13 @@ Section: haskell
 Build-Depends: debhelper (>= 10),
  haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
  cdbs,
- ghc,
+ ghc (>= 9.4),
  ghc-prof,
  libghc-half-dev (>= 0.2.2.3),
  libghc-half-dev (<< 0.4),
  libghc-half-prof,
  libghc-primitive-dev (>= 0.5),
- libghc-primitive-dev (<< 0.8),
+ libghc-primitive-dev (<< 0.9),
  libghc-primitive-prof,
  libghc-quickcheck2-dev (>= 2.9),
  libghc-quickcheck2-dev (<< 2.15),
@@ -43,7 +43,7 @@ Build-Depends: debhelper (>= 10),
  libghc-tasty-quickcheck-dev (<< 0.11),
  libghc-tasty-quickcheck-prof,
  libghc-vector-dev (>= 0.10),
- libghc-vector-dev (<< 0.13),
+ libghc-vector-dev (<< 0.14),
  libghc-vector-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-half-doc,


=====================================
p/haskell-cborg/debian/patches/no-rts-N
=====================================
@@ -2,7 +2,7 @@ Index: b/cborg.cabal
 ===================================================================
 --- a/cborg.cabal
 +++ b/cborg.cabal
-@@ -124,7 +124,7 @@ test-suite tests
+@@ -125,7 +125,7 @@ test-suite tests
    default-language:  Haskell2010
    ghc-options:
      -Wall -fno-warn-orphans


=====================================
p/haskell-criterion-measurement/debian/changelog
=====================================
@@ -1,12 +1,13 @@
-haskell-criterion-measurement (0.1.4.0-2) UNRELEASED; urgency=medium
+haskell-criterion-measurement (0.2.1.0-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>  Fri, 06 Oct 2023 11:18:17 +0300
 
 haskell-criterion-measurement (0.1.4.0-1) unstable; urgency=medium
 


=====================================
p/haskell-criterion-measurement/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-aeson-dev (>= 0.8),
  libghc-aeson-prof (>= 0.8),


=====================================
p/haskell-generic-data/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-generic-data (0.9.2.1-2) UNRELEASED; urgency=medium
+haskell-generic-data (1.1.0.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:33:50 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 06 Oct 2023 11:19:32 +0300
 
 haskell-generic-data (0.9.2.1-1) unstable; urgency=medium
 


=====================================
p/haskell-generic-data/debian/control
=====================================
@@ -6,28 +6,24 @@ Section: haskell
 Build-Depends: debhelper (>= 10),
  haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
  cdbs,
- ghc,
+ ghc (>= 9.4),
  ghc-prof,
  libghc-ap-normalize-dev (>= 0.1),
  libghc-ap-normalize-dev (<< 0.2),
  libghc-ap-normalize-prof,
- libghc-base-orphans-dev (>= 0.8),
- libghc-base-orphans-prof (>= 0.8),
+ libghc-base-orphans-dev (>= 0.8.8),
+ libghc-base-orphans-prof,
  libghc-contravariant-dev,
  libghc-contravariant-prof,
  libghc-show-combinators-dev,
  libghc-show-combinators-prof,
  libghc-generic-lens-dev (>= 1.1.0.0),
  libghc-generic-lens-prof,
- libghc-inspection-testing-dev,
- libghc-inspection-testing-prof,
  libghc-show-combinators-dev (>= 0.2),
  libghc-tasty-dev,
  libghc-tasty-prof,
  libghc-tasty-hunit-dev,
  libghc-tasty-hunit-prof,
- libghc-unordered-containers-dev,
- libghc-unordered-containers-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-ap-normalize-doc,
  libghc-base-orphans-doc,


=====================================
p/haskell-generic-data/debian/patches/no-one-liner
=====================================
@@ -2,7 +2,7 @@ Index: b/generic-data.cabal
 ===================================================================
 --- a/generic-data.cabal
 +++ b/generic-data.cabal
-@@ -110,19 +110,6 @@ test-suite lens-surgery-test
+@@ -111,19 +111,6 @@ test-suite lens-surgery-test
    default-language: Haskell2010
    type: exitcode-stdio-1.0
  
@@ -20,5 +20,5 @@ Index: b/generic-data.cabal
 -  default-language: Haskell2010
 -  type: exitcode-stdio-1.0
  
- test-suite generic-data-inspection-test
+ test-suite inspect
    hs-source-dirs: test


=====================================
p/haskell-ghc-exactprint/debian/changelog
=====================================
@@ -1,9 +1,10 @@
-haskell-ghc-exactprint (0.6.4-2) UNRELEASED; urgency=medium
+haskell-ghc-exactprint (1.6.1.3-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.1
   * Declare compliance with Debian policy 4.6.2
+  * New upstream release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:32:23 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 06 Oct 2023 11:22:42 +0300
 
 haskell-ghc-exactprint (0.6.4-1) unstable; urgency=medium
 


=====================================
p/haskell-ghc-exactprint/debian/control
=====================================
@@ -6,25 +6,30 @@ Section: haskell
 Build-Depends: debhelper (>= 10),
  haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
  cdbs,
- ghc,
+ ghc (>= 9.4),
  ghc-prof,
+ libghc-data-default-dev,
+ libghc-data-default-prof,
  libghc-free-dev (>= 4.12),
- libghc-free-prof (>= 4.12),
- libghc-ghc-paths-dev (>= 0.1),
- libghc-ghc-paths-prof (>= 0.1),
+ libghc-free-prof,
+ libghc-ordered-containers-dev,
+ libghc-ordered-containers-prof,
  libghc-syb-dev (>= 0.5),
- libghc-syb-prof (>= 0.5),
+ libghc-syb-prof,
  libghc-diff-dev,
  libghc-diff-prof,
  libghc-hunit-dev (>= 1.2),
- libghc-hunit-prof (>= 1.2),
+ libghc-hunit-prof,
  libghc-filemanip-dev (>= 0.3),
- libghc-filemanip-prof (>= 0.3),
+ libghc-filemanip-prof,
+ libghc-ghc-paths-dev (>= 0.1),
+ libghc-ghc-paths-prof,
  libghc-silently-dev (>= 1.2),
- libghc-silently-prof (>= 1.2),
+ libghc-silently-prof,
 Build-Depends-Indep: ghc-doc,
+ libghc-data-default-doc,
  libghc-free-doc,
- libghc-ghc-paths-doc,
+ libghc-ordered-containers-doc,
  libghc-syb-doc,
 Standards-Version: 4.6.2
 X-Description: ExactPrint for GHC


=====================================
p/haskell-ghc-exactprint/debian/patches/no-fail
=====================================
@@ -0,0 +1,21 @@
+Index: b/ghc-exactprint.cabal
+===================================================================
+--- a/ghc-exactprint.cabal
++++ b/ghc-exactprint.cabal
+@@ -87,7 +87,6 @@ library
+                      , mtl       >= 2.2.1
+                      , syb       >= 0.5
+                      , free      >= 4.12
+-                     , fail      >= 4.9 && <4.10
+                      , ghc-boot
+ 
+ 
+@@ -125,8 +124,6 @@ Test-Suite test
+                      , syb        >= 0.5
+                      , silently   >= 1.2
+                      , filemanip  >= 0.3
+-                     -- for the lib only
+-                     , fail >= 4.9 && <4.10
+                      , ghc-boot
+                      , Cabal-syntax
+   if flag (dev)


=====================================
p/haskell-ghc-exactprint/debian/patches/series
=====================================
@@ -0,0 +1 @@
+no-fail


=====================================
p/haskell-hackage-security/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-hackage-security (0.6.2.2-2) UNRELEASED; urgency=medium
+haskell-hackage-security (0.6.2.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:33:55 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 06 Oct 2023 11:40:17 +0300
 
 haskell-hackage-security (0.6.2.2-1) unstable; urgency=medium
 


=====================================
p/haskell-hackage-security/debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends:
  haskell-devscripts (>= 0.13),
  cdbs,
  debhelper (>= 10),
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
  ghc-prof,
  libghc-base16-bytestring-dev (>= 0.1.1),
  libghc-base16-bytestring-dev (<< 1.1),
@@ -55,7 +55,7 @@ Build-Depends:
  libghc-unordered-containers-dev (<< 0.3),
  libghc-unordered-containers-prof,
  libghc-vector-dev (>= 0.12),
- libghc-vector-dev (<< 0.13),
+ libghc-vector-dev (<< 0.14),
  libghc-vector-prof,
  libghc-zlib-dev,
  libghc-zlib-prof,


=====================================
p/haskell-hackage-security/debian/patches/no-cabal-syntax deleted
=====================================
@@ -1,24 +0,0 @@
-Index: b/hackage-security.cabal
-===================================================================
---- a/hackage-security.cabal
-+++ b/hackage-security.cabal
-@@ -158,8 +158,7 @@ library
-   else
-     build-depends: Cabal        >= 1.14    && < 1.26
-                              || >= 2.0     && < 2.6
--                             || >= 3.0     && < 3.7,
--                   Cabal-syntax <  3.7
-+                             || >= 3.0     && < 3.7
- 
-   hs-source-dirs:      src
-   default-language:    Haskell2010
-@@ -276,8 +275,7 @@ test-suite TestSuite
-   else
-     build-depends: Cabal        >= 1.14    && < 1.26
-                              || >= 2.0     && < 2.6
--                             || >= 3.0     && < 3.7,
--                   Cabal-syntax <  3.7
-+                             || >= 3.0     && < 3.7
- 
-   -- dependencies exclusive to test-suite
-   build-depends:       tasty            >= 1.2 && < 1.5,


=====================================
p/haskell-hackage-security/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-no-cabal-syntax


=====================================
p/haskell-hedgehog-classes/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-hedgehog-classes (0.2.5.3-4) UNRELEASED; urgency=medium
+haskell-hedgehog-classes (0.2.5.4-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:57 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 06 Oct 2023 11:43:37 +0300
 
 haskell-hedgehog-classes (0.2.5.3-3) unstable; urgency=medium
 


=====================================
p/haskell-hedgehog-classes/debian/control
=====================================
@@ -6,22 +6,22 @@ Section: haskell
 Build-Depends: debhelper (>= 10),
  haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
  cdbs,
- ghc,
+ ghc (>= 9.4),
  ghc-prof,
  libghc-aeson-dev (>= 0.9),
- libghc-aeson-dev (<< 2.1),
+ libghc-aeson-dev (<< 2.2),
  libghc-aeson-prof,
  libghc-comonad-dev (>= 5.0),
  libghc-comonad-dev (<< 5.1),
  libghc-comonad-prof,
  libghc-hedgehog-dev (>= 1),
- libghc-hedgehog-dev (<< 1.1),
+ libghc-hedgehog-dev (<< 1.3),
  libghc-hedgehog-prof,
  libghc-pretty-show-dev (>= 1.9),
  libghc-pretty-show-dev (<< 1.11),
  libghc-pretty-show-prof,
  libghc-primitive-dev (>= 0.6.4),
- libghc-primitive-dev (<< 0.8),
+ libghc-primitive-dev (<< 0.9),
  libghc-primitive-prof,
  libghc-semirings-dev (>= 0.2),
  libghc-semirings-dev (<< 0.8),
@@ -30,7 +30,7 @@ Build-Depends: debhelper (>= 10),
  libghc-silently-dev (<< 1.3),
  libghc-silently-prof,
  libghc-vector-dev (>= 0.12),
- libghc-vector-dev (<< 0.13),
+ libghc-vector-dev (<< 0.14),
  libghc-vector-prof,
  libghc-wl-pprint-annotated-dev (>= 0.0),
  libghc-wl-pprint-annotated-dev (<< 0.2),


=====================================
p/haskell-hedgehog-classes/debian/patches/newer-deps
=====================================
@@ -0,0 +1,45 @@
+Index: b/hedgehog-classes.cabal
+===================================================================
+--- a/hedgehog-classes.cabal
++++ b/hedgehog-classes.cabal
+@@ -3,6 +3,7 @@ name:
+   hedgehog-classes
+ version:
+   0.2.5.4
++x-revision: 2
+ synopsis:
+   Hedgehog will eat your typeclass bugs
+ description:
+@@ -150,20 +151,20 @@ library
+     Hedgehog.Classes.Storable
+     Hedgehog.Classes.Traversable
+   build-depends:
+-    , base >= 4.12 && < 4.18
++    , base >= 4.12 && < 4.20
+     , binary >= 0.8 && < 0.9
+     , containers >= 0.5 && < 0.7
+     , hedgehog >= 1 && < 1.3
+     , pretty-show >= 1.9 && < 1.11
+     , silently >= 1.2 && < 1.3
+-    , transformers >= 0.5 && < 0.6
++    , transformers >= 0.5 && < 0.7
+     , wl-pprint-annotated >= 0.0 && < 0.2
+   ghc-options:
+     -Wall
+   default-language:
+     Haskell2010
+   if flag(aeson)
+-    build-depends: aeson >= 0.9 && < 2.2
++    build-depends: aeson >= 0.9 && < 2.3
+     cpp-options: -DHAVE_AESON
+ --  if flag(semigroupoids)
+ --    build-depends: semigroupoids >= 0.5.3.0 && < 0.6.0.0
+@@ -178,7 +179,7 @@ library
+     build-depends: vector >= 0.12 && < 0.14
+     cpp-options: -DHAVE_VECTOR
+   if flag(primitive)
+-    build-depends: primitive >= 0.6.4 && < 0.8
++    build-depends: primitive >= 0.6.4 && < 0.9
+     cpp-options: -DHAVE_PRIMITIVE
+ 
+ test-suite spec


=====================================
p/haskell-hedgehog-classes/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/48782ddcdfc645454be132624b58966614d42720...fc8e7f536cec849550d8fb88acc79eb3594ab1cc

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/48782ddcdfc645454be132624b58966614d42720...fc8e7f536cec849550d8fb88acc79eb3594ab1cc
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/20231006/9cf4c01d/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list