[Git][haskell-team/DHG_packages][master] 6 commits: HDBC-session: Upgrading from 0.1.2.0 to 0.1.2.1
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Fri Sep 20 07:41:19 BST 2024
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
923408a5 by Ilias Tsitsimpis at 2024-09-20T09:21:44+03:00
HDBC-session: Upgrading from 0.1.2.0 to 0.1.2.1
- - - - -
0bcc889d by Ilias Tsitsimpis at 2024-09-20T09:28:47+03:00
hspec: Upgrading from 2.10.10 to 2.11.9
- - - - -
956ff90d by Ilias Tsitsimpis at 2024-09-20T09:31:08+03:00
mwc-random: Upgrading from 0.15.0.2 to 0.15.1.0
- - - - -
a47c5f05 by Ilias Tsitsimpis at 2024-09-20T09:32:04+03:00
pipes-safe: Upgrading from 2.3.4 to 2.3.5
- - - - -
cba06831 by Ilias Tsitsimpis at 2024-09-20T09:36:30+03:00
singleton-bool: Upgrading from 0.1.6 to 0.1.8
- - - - -
4889ad6c by Ilias Tsitsimpis at 2024-09-20T09:36:52+03:00
sql-words: Upgrading from 0.1.6.4 to 0.1.6.5
- - - - -
14 changed files:
- p/haskell-hdbc-session/debian/changelog
- p/haskell-hspec/debian/changelog
- p/haskell-hspec/debian/control
- p/haskell-hspec/debian/patches/no-hspec-discover
- p/haskell-mwc-random/debian/changelog
- p/haskell-mwc-random/debian/control
- p/haskell-pipes-safe/debian/changelog
- − p/haskell-pipes-safe/debian/patches/newer-deps
- − p/haskell-pipes-safe/debian/patches/series
- p/haskell-singleton-bool/debian/changelog
- p/haskell-singleton-bool/debian/control
- − p/haskell-singleton-bool/debian/patches/newer-deps
- − p/haskell-singleton-bool/debian/patches/series
- p/haskell-sql-words/debian/changelog
Changes:
=====================================
p/haskell-hdbc-session/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-hdbc-session (0.1.2.0-6) UNRELEASED; urgency=medium
+haskell-hdbc-session (0.1.2.1-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:31 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 20 Sep 2024 09:21:44 +0300
haskell-hdbc-session (0.1.2.0-5) unstable; urgency=medium
=====================================
p/haskell-hspec/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-hspec (2.10.10-2) UNRELEASED; urgency=medium
+haskell-hspec (2.11.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:37 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 20 Sep 2024 09:22:30 +0300
haskell-hspec (2.10.10-1) unstable; urgency=medium
=====================================
p/haskell-hspec/debian/control
=====================================
@@ -11,11 +11,11 @@ Build-Depends: debhelper (>= 10),
ghc-prof,
libghc-quickcheck2-dev (>= 2.12),
libghc-quickcheck2-prof,
- libghc-hspec-core-dev (>= 2.10.10),
- libghc-hspec-core-dev (<< 2.10.11),
+ libghc-hspec-core-dev (>= 2.11.9),
+ libghc-hspec-core-dev (<< 2.11.10),
libghc-hspec-core-prof,
- libghc-hspec-expectations-dev (>= 0.8.2),
- libghc-hspec-expectations-dev (<< 0.8.3),
+ libghc-hspec-expectations-dev (>= 0.8.4),
+ libghc-hspec-expectations-dev (<< 0.8.5),
libghc-hspec-expectations-prof,
Build-Depends-Indep: ghc-doc,
libghc-quickcheck2-doc,
=====================================
p/haskell-hspec/debian/patches/no-hspec-discover
=====================================
@@ -6,11 +6,11 @@ Index: b/hspec.cabal
===================================================================
--- a/hspec.cabal
+++ b/hspec.cabal
-@@ -46,7 +46,6 @@ library
+@@ -47,7 +47,6 @@ library
QuickCheck >=2.12
, base ==4.*
- , hspec-core ==2.10.10
-- , hspec-discover ==2.10.10
- , hspec-expectations ==0.8.2.*
+ , hspec-core ==2.11.9
+- , hspec-discover ==2.11.9
+ , hspec-expectations ==0.8.4.*
exposed-modules:
Test.Hspec
=====================================
p/haskell-mwc-random/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-mwc-random (0.15.0.2-3) UNRELEASED; urgency=medium
+haskell-mwc-random (0.15.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:56 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 20 Sep 2024 09:31:08 +0300
haskell-mwc-random (0.15.0.2-2) unstable; urgency=medium
=====================================
p/haskell-mwc-random/debian/control
=====================================
@@ -23,7 +23,7 @@ Build-Depends-Indep: ghc-doc,
libghc-random-doc,
libghc-vector-doc,
Standards-Version: 4.7.0
-Homepage: https://github.com/bos/mwc-random
+Homepage: https://github.com/haskell/mwc-random
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-mwc-random
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-mwc-random]
=====================================
p/haskell-pipes-safe/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-pipes-safe (2.3.4-3) UNRELEASED; urgency=medium
+haskell-pipes-safe (2.3.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:03 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 20 Sep 2024 09:31:41 +0300
haskell-pipes-safe (2.3.4-2) unstable; urgency=medium
=====================================
p/haskell-pipes-safe/debian/patches/newer-deps deleted
=====================================
@@ -1,49 +0,0 @@
-Index: b/pipes-safe.cabal
-===================================================================
---- a/pipes-safe.cabal
-+++ b/pipes-safe.cabal
-@@ -1,15 +1,16 @@
- Name: pipes-safe
- Version: 2.3.4
-+x-revision: 6
- Cabal-Version: >=1.10
- Build-Type: Simple
- License: BSD3
- License-File: LICENSE
- Extra-Source-Files: README.md changelog.md
--Copyright: 2013, 2014 Gabriel Gonzalez
--Author: Gabriel Gonzalez
--Maintainer: Gabriel439 at gmail.com
-+Copyright: 2013, 2014 Gabriella Gonzalez
-+Author: Gabriella Gonzalez
-+Maintainer: GenuineGabriella at gmail.com
- Tested-With: GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.1
--Bug-Reports: https://github.com/Gabriel439/Haskell-Pipes-Safe-Library/issues
-+Bug-Reports: https://github.com/Gabriella439/Haskell-Pipes-Safe-Library/issues
- Synopsis: Safety for the pipes ecosystem
- Description:
- This package adds resource management and exception handling to the @pipes@
-@@ -32,18 +33,18 @@ Description:
- Category: Control, Pipes, Error Handling
- Source-Repository head
- Type: git
-- Location: https://github.com/Gabriel439/Haskell-Pipes-Safe-Library
-+ Location: https://github.com/Gabriella439/Haskell-Pipes-Safe-Library
-
- Library
- Build-Depends:
-- base >= 4.14 && < 4.17,
-+ base >= 4.14 && < 4.19,
- containers >= 0.6.2.1 && < 0.7 ,
- exceptions >= 0.10.4 && < 0.11,
-- mtl >= 2.2.2 && < 2.3 ,
-- transformers >= 0.5.6.2 && < 0.6 ,
-+ mtl >= 2.2.2 && < 2.4 ,
-+ transformers >= 0.5.6.2 && < 0.7 ,
- transformers-base >= 0.4.4 && < 0.5 ,
- monad-control >= 1.0.0.4 && < 1.1 ,
-- primitive >= 0.7.0.0 && < 0.8 ,
-+ primitive >= 0.7.0.0 && < 0.9 ,
- pipes >= 4.3.10 && < 4.4
- Exposed-Modules:
- Pipes.Safe,
=====================================
p/haskell-pipes-safe/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps
=====================================
p/haskell-singleton-bool/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-singleton-bool (0.1.6-3) UNRELEASED; urgency=medium
+haskell-singleton-bool (0.1.8-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:16 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 20 Sep 2024 09:32:28 +0300
haskell-singleton-bool (0.1.6-2) unstable; urgency=medium
=====================================
p/haskell-singleton-bool/debian/control
=====================================
@@ -9,13 +9,13 @@ Build-Depends: debhelper (>= 10),
cdbs,
ghc (>= 9.4),
ghc-prof,
- libghc-boring-dev (>= 0.2),
+ libghc-boring-dev (>= 0.2.2),
libghc-boring-dev (<< 0.3),
libghc-boring-prof,
- libghc-dec-dev (>= 0.0.3),
+ libghc-dec-dev (>= 0.0.6),
libghc-dec-dev (<< 0.1),
libghc-dec-prof,
- libghc-some-dev (>= 1.0.3),
+ libghc-some-dev (>= 1.0.6),
libghc-some-dev (<< 1.1),
libghc-some-prof,
Build-Depends-Indep: ghc-doc,
=====================================
p/haskell-singleton-bool/debian/patches/newer-deps deleted
=====================================
@@ -1,11 +0,0 @@
---- a/singleton-bool.cabal
-+++ b/singleton-bool.cabal
-@@ -36,7 +36,7 @@ library
- hs-source-dirs: src
- ghc-options: -Wall
- build-depends:
-- base >=4.7 && <4.16
-+ base >=4.7 && <5
- , boring >=0.2 && <0.3
- , dec >=0.0.3 && <0.1
- , deepseq >=1.3 && <1.5
=====================================
p/haskell-singleton-bool/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps
=====================================
p/haskell-sql-words/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-sql-words (0.1.6.4-4) UNRELEASED; urgency=medium
+haskell-sql-words (0.1.6.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:19 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 20 Sep 2024 09:36:52 +0300
haskell-sql-words (0.1.6.4-3) unstable; urgency=medium
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/8ef9085f75d7b43c19894b1fbb64e690cf04c7cf...4889ad6cc7c88ba100efb6c76f430692d3c15224
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/8ef9085f75d7b43c19894b1fbb64e690cf04c7cf...4889ad6cc7c88ba100efb6c76f430692d3c15224
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/20240920/d8000c4b/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list