[Git][haskell-team/DHG_packages][master] 4 commits: hedgehog: Upgrading from 1.0.5 to 1.2

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



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


Commits:
01a5329d by Ilias Tsitsimpis at 2023-09-09T23:22:39+03:00
hedgehog: Upgrading from 1.0.5 to 1.2

- - - - -
11e40999 by Ilias Tsitsimpis at 2023-09-09T23:22:39+03:00
rank2classes: Upgrading from 1.4.4 to 1.5.2

- - - - -
0090166e by Ilias Tsitsimpis at 2023-09-09T23:22:39+03:00
shelly: Upgrading from 1.10.0 to 1.12.1

- - - - -
823aec22 by Ilias Tsitsimpis at 2023-09-09T23:22:39+03:00
these: Upgrading from 1.1.1.1 to 1.2

- - - - -


12 changed files:

- p/haskell-hedgehog/debian/changelog
- p/haskell-hedgehog/debian/control
- + p/haskell-hedgehog/debian/patches/newer-deps
- p/haskell-these/debian/patches/series → p/haskell-hedgehog/debian/patches/series
- p/haskell-rank2classes/debian/changelog
- p/haskell-rank2classes/debian/control
- p/haskell-rank2classes/debian/patches/disable-doctests
- p/haskell-shelly/debian/changelog
- p/haskell-shelly/debian/control
- p/haskell-these/debian/changelog
- p/haskell-these/debian/control
- − p/haskell-these/debian/patches/newer-deps


Changes:

=====================================
p/haskell-hedgehog/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-hedgehog (1.0.5-2) UNRELEASED; urgency=medium
+haskell-hedgehog (1.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:33:57 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 09 Sep 2023 23:01:24 +0300
 
 haskell-hedgehog (1.0.5-1) unstable; urgency=medium
 


=====================================
p/haskell-hedgehog/debian/control
=====================================
@@ -7,15 +7,17 @@ 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.6),
  libghc-ansi-terminal-dev (<< 0.12),
  libghc-ansi-terminal-prof,
  libghc-async-dev (>= 2.0),
  libghc-async-dev (<< 2.3),
- libghc-async-prof (>= 2.0),
- libghc-async-prof (<< 2.3),
+ libghc-async-prof,
+ libghc-barbies-dev (>= 1.0),
+ libghc-barbies-dev (<< 2.1),
+ libghc-barbies-prof,
  libghc-concurrent-output-dev (>= 1.7),
  libghc-concurrent-output-dev (<< 1.11),
  libghc-concurrent-output-prof,
@@ -30,9 +32,8 @@ Build-Depends: debhelper (>= 10),
  libghc-lifted-async-prof (>= 0.7),
  libghc-lifted-async-prof (<< 0.11),
  libghc-mmorph-dev (>= 1.0),
- libghc-mmorph-dev (<< 1.2),
- libghc-mmorph-prof (>= 1.0),
- libghc-mmorph-prof (<< 1.2),
+ libghc-mmorph-dev (<< 1.3),
+ libghc-mmorph-prof,
  libghc-monad-control-dev (>= 1.0),
  libghc-monad-control-dev (<< 1.1),
  libghc-monad-control-prof (>= 1.0),
@@ -41,13 +42,13 @@ Build-Depends: debhelper (>= 10),
  libghc-pretty-show-dev (<< 1.11),
  libghc-pretty-show-prof,
  libghc-primitive-dev (>= 0.6),
- libghc-primitive-dev (<< 0.8),
+ libghc-primitive-dev (<< 0.9),
  libghc-primitive-prof,
  libghc-random-dev (>= 1.1),
  libghc-random-dev (<< 1.3),
  libghc-random-prof,
  libghc-resourcet-dev (>= 1.1),
- libghc-resourcet-dev (<< 1.3),
+ libghc-resourcet-dev (<< 1.4),
  libghc-resourcet-prof,
  libghc-transformers-base-dev (>= 0.4.5.1),
  libghc-transformers-base-dev (<< 0.5),
@@ -60,6 +61,7 @@ Build-Depends: debhelper (>= 10),
 Build-Depends-Indep: ghc-doc,
  libghc-ansi-terminal-doc,
  libghc-async-doc,
+ libghc-barbies-doc,
  libghc-concurrent-output-doc,
  libghc-erf-doc,
  libghc-exceptions-doc,


=====================================
p/haskell-hedgehog/debian/patches/newer-deps
=====================================
@@ -0,0 +1,41 @@
+Index: b/hedgehog.cabal
+===================================================================
+--- a/hedgehog.cabal
++++ b/hedgehog.cabal
+@@ -1,4 +1,5 @@
+ version: 1.2
++x-revision: 1
+ 
+ name:
+   hedgehog
+@@ -37,9 +38,12 @@ tested-with:
+   , GHC == 8.2.2
+   , GHC == 8.4.4
+   , GHC == 8.6.5
+-  , GHC == 8.8.3
+-  , GHC == 8.10.1
+-  , GHC == 9.2.1
++  , GHC == 8.8.4
++  , GHC == 8.10.7
++  , GHC == 9.0.2
++  , GHC == 9.2.7
++  , GHC == 9.4.4
++  , GHC == 9.6.1
+ extra-source-files:
+   README.md
+   CHANGELOG.md
+@@ -67,11 +71,11 @@ library
+     , monad-control                   >= 1.0        && < 1.1
+     , mtl                             >= 2.1        && < 2.4
+     , pretty-show                     >= 1.6        && < 1.11
+-    , primitive                       >= 0.6        && < 0.8
++    , primitive                       >= 0.6        && < 0.9
+     , random                          >= 1.1        && < 1.3
+-    , resourcet                       >= 1.1        && < 1.3
++    , resourcet                       >= 1.1        && < 1.4
+     , stm                             >= 2.4        && < 2.6
+-    , template-haskell                >= 2.10       && < 2.20
++    , template-haskell                >= 2.10       && < 2.21
+     , text                            >= 1.1        && < 2.1
+     , time                            >= 1.4        && < 1.13
+     , transformers                    >= 0.5        && < 0.7


=====================================
p/haskell-these/debian/patches/series → p/haskell-hedgehog/debian/patches/series
=====================================


=====================================
p/haskell-rank2classes/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-rank2classes (1.4.4-2) UNRELEASED; urgency=medium
+haskell-rank2classes (1.5.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:29 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 09 Sep 2023 23:03:35 +0300
 
 haskell-rank2classes (1.4.4-1) unstable; urgency=medium
 


=====================================
p/haskell-rank2classes/debian/control
=====================================
@@ -6,8 +6,10 @@ Section: haskell
 Build-Depends: debhelper (>= 10),
  haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
  cdbs,
- ghc,
+ ghc (>= 9.4),
  ghc-prof,
+ libghc-data-functor-logistic-dev (<< 0.1),
+ libghc-data-functor-logistic-prof,
  libghc-distributive-dev (<< 0.7),
  libghc-distributive-prof (<< 0.7),
  libghc-tasty-dev (<< 2),
@@ -20,6 +22,7 @@ Build-Depends: debhelper (>= 10),
  libghc-doctest-dev (>= 0.8),
  markdown-unlit,
 Build-Depends-Indep: ghc-doc,
+ libghc-data-functor-logistic-doc,
  libghc-distributive-doc,
 Standards-Version: 4.6.2
 Homepage: https://github.com/blamario/grampa/tree/master/rank2classes


=====================================
p/haskell-rank2classes/debian/patches/disable-doctests
=====================================
@@ -2,9 +2,11 @@ Description: Disable doctests
  Disable doctests since they fail on too many architectures, with what seems to
  be a GHC bug.
 
+Index: b/rank2classes.cabal
+===================================================================
 --- a/rank2classes.cabal
 +++ b/rank2classes.cabal
-@@ -48,6 +48,7 @@
+@@ -49,6 +49,7 @@ library
  
  test-suite doctests
    type:                exitcode-stdio-1.0


=====================================
p/haskell-shelly/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-shelly (1.10.0-2) UNRELEASED; urgency=medium
+haskell-shelly (1.12.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:36 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 09 Sep 2023 23:07:14 +0300
 
 haskell-shelly (1.10.0-1) unstable; urgency=medium
 


=====================================
p/haskell-shelly/debian/control
=====================================
@@ -7,25 +7,23 @@ Rules-Requires-Root: no
 Build-Depends: debhelper (>= 10),
  haskell-devscripts (>= 0.9),
  cdbs,
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
  ghc-prof,
- libghc-async-dev,
+ libghc-async-dev (>= 2.2.3),
  libghc-async-prof,
- libghc-enclosed-exceptions-dev,
+ libghc-enclosed-exceptions-dev (>= 1.0.1),
  libghc-enclosed-exceptions-prof,
- libghc-exceptions-dev (>= 0.8.2.1),
- libghc-exceptions-prof,
- libghc-lifted-async-dev,
+ libghc-lifted-async-dev (>= 0.10.2),
  libghc-lifted-async-prof,
  libghc-lifted-base-dev (>= 0.2.3.2),
  libghc-lifted-base-prof,
  libghc-monad-control-dev (>= 0.3.2),
  libghc-monad-control-dev (<< 1.1),
  libghc-monad-control-prof,
- libghc-transformers-base-dev,
+ libghc-transformers-base-dev (>= 0.4.5),
  libghc-transformers-base-prof,
  libghc-unix-compat-dev (>= 0.4.1.1),
- libghc-unix-compat-dev (<< 0.6),
+ libghc-unix-compat-dev (<< 0.8),
  libghc-unix-compat-prof,
  libghc-hunit-dev (>= 1.2.5.2),
  libghc-hunit-prof,
@@ -33,6 +31,7 @@ Build-Depends: debhelper (>= 10),
  libghc-hspec-prof,
  libghc-hspec-contrib-dev,
  libghc-hspec-contrib-prof,
+ libghc-lifted-async-dev,
  libghc-unix-compat-dev,
 Build-Depends-Indep: ghc-doc,
  libghc-async-doc,
@@ -44,7 +43,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-transformers-base-doc,
  libghc-unix-compat-doc,
 Standards-Version: 4.6.2
-Homepage: https://github.com/yesodweb/Shelly.hs
+Homepage: https://github.com/gregwebs/Shelly.hs
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-shelly
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-shelly]
 X-Description: shell-like (systems) programming in Haskell


=====================================
p/haskell-these/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-these (1.1.1.1-3) UNRELEASED; urgency=medium
+haskell-these (1.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:47 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 09 Sep 2023 23:09:11 +0300
 
 haskell-these (1.1.1.1-2) unstable; urgency=medium
 


=====================================
p/haskell-these/debian/control
=====================================
@@ -8,20 +8,24 @@ Rules-Requires-Root: no
 Build-Depends:
  cdbs,
  debhelper (>= 10),
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
  ghc-prof,
  haskell-devscripts (>= 0.16),
- libghc-assoc-dev (>= 1),
- libghc-assoc-dev (<< 1.1),
+ libghc-assoc-dev (>= 1.1),
+ libghc-assoc-dev (<< 1.2),
  libghc-assoc-prof,
+ libghc-foldable1-classes-compat-dev (>= 0.1),
+ libghc-foldable1-classes-compat-dev (<< 0.2),
+ libghc-foldable1-classes-compat-prof,
  libghc-hashable-dev (>= 1.2.7.0),
  libghc-hashable-dev (<< 1.5),
  libghc-hashable-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-assoc-doc,
+ libghc-foldable1-classes-compat-doc,
  libghc-hashable-doc,
 Standards-Version: 4.6.2
-Homepage: https://github.com/isomorphism/these
+Homepage: https://github.com/haskellari/these
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-these
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-these]
 X-Description: either-or-both data type


=====================================
p/haskell-these/debian/patches/newer-deps deleted
=====================================
@@ -1,86 +0,0 @@
-Index: b/these.cabal
-===================================================================
---- a/these.cabal
-+++ b/these.cabal
-@@ -1,8 +1,9 @@
- cabal-version:      >=1.10
- name:               these
- version:            1.1.1.1
-+x-revision:         5
- synopsis:           An either-or-both data type.
--homepage:           https://github.com/isomorphism/these
-+homepage:           https://github.com/haskellari/these
- license:            BSD3
- license-file:       LICENSE
- author:             C. McCann, Oleg Grenrus
-@@ -39,13 +40,16 @@ tested-with:
-      || ==8.2.2
-      || ==8.4.4
-      || ==8.6.5
--     || ==8.8.3
--     || ==8.10.1
-+     || ==8.8.4
-+     || ==8.10.4
-+     || ==9.0.1
-+     || ==9.2.1
-   , GHCJS ==8.4
- 
- source-repository head
-   type:     git
--  location: https://github.com/isomorphism/these.git
-+  location: https://github.com/haskellari/these.git
-+  subdir:   these
- 
- flag assoc
-   description: Build with assoc dependency
-@@ -53,13 +57,13 @@ flag assoc
-   default:     True
- 
- library
--  default-language: Haskell2010
--  ghc-options:      -Wall
-+  default-language:         Haskell2010
-+  ghc-options:              -Wall
- 
-   if impl(ghc >=8.0)
-     ghc-options: -Wno-trustworthy-safe
- 
--  hs-source-dirs:   src
-+  hs-source-dirs:           src
-   exposed-modules:
-     Data.Functor.These
-     Data.These
-@@ -67,12 +71,12 @@ library
- 
-   -- ghc boot libs
-   build-depends:
--      base     >=4.5.1.0 && <4.15
-+      base     >=4.5.1.0 && <4.17
-     , binary   >=0.5.1.0 && <0.10
-     , deepseq  >=1.3.0.0 && <1.5
- 
-   -- other dependencies
--  build-depends:    hashable >=1.2.7.0 && <1.4
-+  build-depends:            hashable >=1.2.7.0 && <1.5
- 
-   if impl(ghc <7.5)
-     build-depends: ghc-prim
-@@ -82,9 +86,9 @@ library
- 
-   if !impl(ghc >=8.0)
-     build-depends:
--        semigroups           >=0.18.5  && <0.20
--      , transformers         >=0.3.0.0 && <0.6
--      , transformers-compat  >=0.6.5   && <0.7
-+        semigroups           >=0.18.5  && <0.21
-+      , transformers         >=0.3.0.0 && <0.7
-+      , transformers-compat  >=0.6.5   && <0.8
- 
-     -- Ensure Data.Functor.Classes is always available
-     if impl(ghc >=7.10)
-@@ -92,3 +96,5 @@ library
- 
-   if flag(assoc)
-     build-depends: assoc >=1 && <1.1
-+
-+  -- x-docspec-extra-packages: lens



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/2f90a28a5ddb7220c25977d432da7ce5437a19a8...823aec2225ff8d3f528282db93636263db909267

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/2f90a28a5ddb7220c25977d432da7ce5437a19a8...823aec2225ff8d3f528282db93636263db909267
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/20230909/0b2717ec/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list