[Git][haskell-team/DHG_packages][master] 7 commits: constraints-extras: Upgrading from 0.3.2.1 to 0.4.0.0

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sun Sep 3 12:30:47 BST 2023



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


Commits:
510c9cce by Ilias Tsitsimpis at 2023-09-03T14:11:04+03:00
constraints-extras: Upgrading from 0.3.2.1 to 0.4.0.0

- - - - -
5532c158 by Ilias Tsitsimpis at 2023-09-03T14:22:38+03:00
hspec: Upgrading from 2.8.5 to 2.10.10

- - - - -
cfdcd5be by Ilias Tsitsimpis at 2023-09-03T14:23:33+03:00
hspec-contrib: Upgrading from 0.5.1 to 0.5.2

- - - - -
5b0e0e9e by Ilias Tsitsimpis at 2023-09-03T14:24:47+03:00
IOSpec: Upgrading from 0.3.1.1 to 0.3.1.2

- - - - -
f4cc0d83 by Ilias Tsitsimpis at 2023-09-03T14:25:31+03:00
lumberjack: Upgrading from 1.0.1.0 to 1.0.3.0

- - - - -
e22413b6 by Ilias Tsitsimpis at 2023-09-03T14:26:09+03:00
optparse-applicative: Upgrading from 0.16.1.0 to 0.17.1.0

- - - - -
745d6090 by Ilias Tsitsimpis at 2023-09-03T14:27:24+03:00
MissingH: Upgrading from 1.5.0.1 to 1.6.0.0

- - - - -


17 changed files:

- p/haskell-constraints-extras/debian/changelog
- p/haskell-constraints-extras/debian/control
- p/haskell-hspec-contrib/debian/changelog
- p/haskell-hspec-contrib/debian/control
- p/haskell-hspec/debian/changelog
- p/haskell-hspec/debian/control
- p/haskell-hspec/debian/patches/no-hspec-discover
- p/haskell-iospec/debian/changelog
- p/haskell-iospec/debian/control
- p/haskell-lumberjack/debian/changelog
- p/haskell-lumberjack/debian/control
- p/haskell-optparse-applicative/debian/changelog
- p/haskell-optparse-applicative/debian/control
- p/missingh/debian/changelog
- p/missingh/debian/control
- − p/missingh/debian/patches/series
- − p/missingh/debian/patches/setup-hs


Changes:

=====================================
p/haskell-constraints-extras/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-constraints-extras (0.3.2.1-2) UNRELEASED; urgency=medium
+haskell-constraints-extras (0.4.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:36 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 03 Sep 2023 14:11:03 +0300
 
 haskell-constraints-extras (0.3.2.1-1) unstable; urgency=medium
 


=====================================
p/haskell-constraints-extras/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-constraints-dev (>= 0.9),
  libghc-constraints-dev (<< 0.14),


=====================================
p/haskell-hspec-contrib/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-hspec-contrib (0.5.1-4) UNRELEASED; urgency=medium
+haskell-hspec-contrib (0.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:02 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 03 Sep 2023 14:23:33 +0300
 
 haskell-hspec-contrib (0.5.1-3) unstable; urgency=medium
 


=====================================
p/haskell-hspec-contrib/debian/control
=====================================
@@ -8,17 +8,20 @@ Rules-Requires-Root: no
 Build-Depends:
  cdbs,
  debhelper (>= 10),
- ghc (>= 8),
+ ghc (>= 9.4),
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-hspec-core-dev (>= 2.4.0),
  libghc-hspec-core-prof,
  libghc-hunit-dev,
  libghc-hunit-prof,
+ libghc-call-stack-dev,
+ libghc-call-stack-prof,
  libghc-hspec-core-dev (>= 2.5.0),
  libghc-hspec-core-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-hunit-doc,
+ libghc-call-stack-doc,
  libghc-hspec-core-doc,
  libghc-hunit-doc,
 Standards-Version: 4.6.2


=====================================
p/haskell-hspec/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-hspec (2.8.5-3) UNRELEASED; urgency=medium
+haskell-hspec (2.10.10-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:02 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 03 Sep 2023 14:12:22 +0300
 
 haskell-hspec (2.8.5-2) unstable; urgency=medium
 


=====================================
p/haskell-hspec/debian/control
=====================================
@@ -7,12 +7,12 @@ Rules-Requires-Root: no
 Build-Depends: debhelper (>= 10),
  haskell-devscripts (>= 0.15),
  cdbs,
- ghc (>= 8.0),
+ ghc (>= 9.4),
  ghc-prof,
  libghc-quickcheck2-dev (>= 2.12),
  libghc-quickcheck2-prof,
- libghc-hspec-core-dev (>= 2.8.5),
- libghc-hspec-core-dev (<< 2.8.6),
+ libghc-hspec-core-dev (>= 2.10.10),
+ libghc-hspec-core-dev (<< 2.10.11),
  libghc-hspec-core-prof,
  libghc-hspec-expectations-dev (>= 0.8.2),
  libghc-hspec-expectations-dev (<< 0.8.3),
@@ -31,8 +31,8 @@ Architecture: any
 Depends: ${haskell:Depends},
  ${shlibs:Depends},
  ${misc:Depends},
- hspec-discover (>= 2.8.5),
- hspec-discover (<< 2.8.6),
+ hspec-discover (>= 2.10.10),
+ hspec-discover (<< 2.10.11),
 Recommends: ${haskell:Recommends},
 Suggests: ${haskell:Suggests},
 Provides: ${haskell:Provides},


=====================================
p/haskell-hspec/debian/patches/no-hspec-discover
=====================================
@@ -2,13 +2,15 @@ Do not depend on hspec-discover (the haskell library), as that is empty
 anyways. We ensure that the hspec-discover binary is available via
 control/debian.
 
+Index: b/hspec.cabal
+===================================================================
 --- a/hspec.cabal
 +++ b/hspec.cabal
 @@ -46,7 +46,6 @@ library
        QuickCheck >=2.12
      , base ==4.*
-     , hspec-core ==2.8.5
--    , hspec-discover ==2.8.5
+     , hspec-core ==2.10.10
+-    , hspec-discover ==2.10.10
      , hspec-expectations ==0.8.2.*
    exposed-modules:
        Test.Hspec


=====================================
p/haskell-iospec/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-iospec (0.3.1.1-4) UNRELEASED; urgency=medium
+haskell-iospec (0.3.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:07 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 03 Sep 2023 14:24:46 +0300
 
 haskell-iospec (0.3.1.1-3) unstable; urgency=medium
 


=====================================
p/haskell-iospec/debian/control
=====================================
@@ -8,13 +8,13 @@ Rules-Requires-Root: no
 Build-Depends:
  cdbs,
  debhelper (>= 10),
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-quickcheck2-dev (<< 3),
  libghc-quickcheck2-dev (>= 2),
  libghc-quickcheck2-prof,
- libghc-stream-dev,
+ libghc-stream-dev (<< 1),
  libghc-stream-prof,
 Build-Depends-Indep:
  ghc-doc,


=====================================
p/haskell-lumberjack/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-lumberjack (1.0.1.0-3) UNRELEASED; urgency=medium
+haskell-lumberjack (1.0.3.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:34:13 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 03 Sep 2023 14:25:31 +0300
 
 haskell-lumberjack (1.0.1.0-2) unstable; urgency=medium
 


=====================================
p/haskell-lumberjack/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-contravariant-dev (>= 1.5),
  libghc-contravariant-dev (<< 1.6),


=====================================
p/haskell-optparse-applicative/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-optparse-applicative (0.16.1.0-2) UNRELEASED; urgency=medium
+haskell-optparse-applicative (0.17.1.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:34:22 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 03 Sep 2023 14:26:09 +0300
 
 haskell-optparse-applicative (0.16.1.0-1) unstable; urgency=medium
 


=====================================
p/haskell-optparse-applicative/debian/control
=====================================
@@ -7,14 +7,14 @@ Rules-Requires-Root: no
 Build-Depends:
  cdbs,
  debhelper (>= 10),
- ghc (>= 8),
+ ghc (>= 9.4),
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-ansi-wl-pprint-dev (>= 0.6.8),
- libghc-ansi-wl-pprint-dev (<< 0.7),
+ libghc-ansi-wl-pprint-dev (<< 1.1),
  libghc-ansi-wl-pprint-prof,
  libghc-transformers-compat-dev (>= 0.3),
- libghc-transformers-compat-dev (<< 0.7),
+ libghc-transformers-compat-dev (<< 0.8),
  libghc-transformers-compat-prof,
  libghc-quickcheck2-dev (>= 2.8) <!nocheck>,
  libghc-quickcheck2-dev (<< 2.15) <!nocheck>,


=====================================
p/missingh/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-missingh (1.5.0.1-2) UNRELEASED; urgency=medium
+missingh (1.6.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:35:04 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 03 Sep 2023 14:27:06 +0300
 
 missingh (1.5.0.1-1) unstable; urgency=medium
 


=====================================
p/missingh/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-hslogger-dev (>= 1.3.0.0),


=====================================
p/missingh/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-setup-hs


=====================================
p/missingh/debian/patches/setup-hs deleted
=====================================
@@ -1,6 +0,0 @@
---- /dev/null
-+++ b/Setup.hs
-@@ -0,0 +1,3 @@
-+import Distribution.Simple
-+
-+main = defaultMain



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/89d3394fdf1a40ee88062434e22892a063fa8d94...745d6090add4401211dc47f6b8ee608c25936c2f

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/89d3394fdf1a40ee88062434e22892a063fa8d94...745d6090add4401211dc47f6b8ee608c25936c2f
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/20230903/e1a4719b/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list