[Git][haskell-team/DHG_packages][master] 6 commits: OneTuple: Upgrading from 0.2.1 to 0.2.2

Clint Adams gitlab at salsa.debian.org
Wed Jul 4 03:01:31 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
5d8ba06c by Clint Adams at 2018-07-03T21:54:46-04:00
OneTuple: Upgrading from 0.2.1 to 0.2.2

- - - - -
14359173 by Clint Adams at 2018-07-03T21:54:55-04:00
persistable-record: Upgrading from 0.6.0.3 to 0.6.0.4

- - - - -
e08b58d3 by Clint Adams at 2018-07-03T21:55:50-04:00
persistable-types-HDBC-pg: Upgrading from 0.0.1.5 to 0.0.3.3

- - - - -
9d303635 by Clint Adams at 2018-07-03T21:56:04-04:00
persistent: Upgrading from 2.8.1 to 2.8.2

- - - - -
62d8ed81 by Clint Adams at 2018-07-03T21:56:13-04:00
pipes-group: Upgrading from 1.0.9 to 1.0.11

- - - - -
a65a41d1 by Clint Adams at 2018-07-03T22:00:44-04:00
pipes-zlib: Upgrading from 0.4.4.1 to 0.4.4.2

- - - - -


10 changed files:

- p/haskell-onetuple/debian/changelog
- p/haskell-persistable-record/debian/changelog
- p/haskell-persistable-types-hdbc-pg/debian/changelog
- p/haskell-persistable-types-hdbc-pg/debian/control
- p/haskell-persistent/debian/changelog
- p/haskell-pipes-group/debian/changelog
- p/haskell-pipes-zlib/debian/changelog
- p/haskell-pipes-zlib/debian/control
- − p/haskell-pipes-zlib/debian/patches/newer-pipes
- − p/haskell-pipes-zlib/debian/patches/series


Changes:

=====================================
p/haskell-onetuple/debian/changelog
=====================================
--- a/p/haskell-onetuple/debian/changelog
+++ b/p/haskell-onetuple/debian/changelog
@@ -1,8 +1,9 @@
-haskell-onetuple (0.2.1-2) UNRELEASED; urgency=medium
+haskell-onetuple (0.2.2-1) unstable; urgency=medium
 
   * Set Rules-Requires-Root to no.
+  * New upstream release
 
- -- Clint Adams <clint at debian.org>  Sun, 06 May 2018 22:10:14 -0400
+ -- Clint Adams <clint at debian.org>  Tue, 03 Jul 2018 21:54:46 -0400
 
 haskell-onetuple (0.2.1-1) unstable; urgency=low
 


=====================================
p/haskell-persistable-record/debian/changelog
=====================================
--- a/p/haskell-persistable-record/debian/changelog
+++ b/p/haskell-persistable-record/debian/changelog
@@ -1,8 +1,9 @@
-haskell-persistable-record (0.6.0.3-2) UNRELEASED; urgency=medium
+haskell-persistable-record (0.6.0.4-1) unstable; urgency=medium
 
   * Set Rules-Requires-Root to no.
+  * New upstream release
 
- -- Clint Adams <clint at debian.org>  Sun, 06 May 2018 22:10:19 -0400
+ -- Clint Adams <clint at debian.org>  Tue, 03 Jul 2018 21:54:55 -0400
 
 haskell-persistable-record (0.6.0.3-1) unstable; urgency=medium
 


=====================================
p/haskell-persistable-types-hdbc-pg/debian/changelog
=====================================
--- a/p/haskell-persistable-types-hdbc-pg/debian/changelog
+++ b/p/haskell-persistable-types-hdbc-pg/debian/changelog
@@ -1,8 +1,9 @@
-haskell-persistable-types-hdbc-pg (0.0.1.5-3) UNRELEASED; urgency=medium
+haskell-persistable-types-hdbc-pg (0.0.3.3-1) unstable; urgency=medium
 
   * Set Rules-Requires-Root to no.
+  * New upstream release
 
- -- Clint Adams <clint at debian.org>  Sun, 06 May 2018 22:10:19 -0400
+ -- Clint Adams <clint at debian.org>  Tue, 03 Jul 2018 21:55:02 -0400
 
 haskell-persistable-types-hdbc-pg (0.0.1.5-2) unstable; urgency=medium
 


=====================================
p/haskell-persistable-types-hdbc-pg/debian/control
=====================================
--- a/p/haskell-persistable-types-hdbc-pg/debian/control
+++ b/p/haskell-persistable-types-hdbc-pg/debian/control
@@ -13,10 +13,12 @@ Build-Depends:
  haskell-devscripts (>= 0.13),
  libghc-convertible-dev,
  libghc-convertible-prof,
- libghc-hdbc-dev,
- libghc-hdbc-prof,
+ libghc-dlist-dev,
+ libghc-dlist-prof,
  libghc-persistable-record-dev (>= 0.4),
  libghc-persistable-record-prof,
+ libghc-relational-query-dev (>= 0.10),
+ libghc-relational-query-prof,
  libghc-relational-query-hdbc-dev,
  libghc-relational-query-hdbc-prof,
  libghc-text-postgresql-dev,
@@ -24,12 +26,13 @@ Build-Depends:
 Build-Depends-Indep:
  ghc-doc,
  libghc-convertible-doc,
- libghc-hdbc-doc,
+ libghc-dlist-doc,
  libghc-persistable-record-doc,
+ libghc-relational-query-doc,
  libghc-relational-query-hdbc-doc,
  libghc-text-postgresql-doc,
 Standards-Version: 4.1.4
-Homepage: http://khibino.github.io/haskell-relational-record/
+Homepage: https://khibino.github.io/haskell-relational-record/
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-persistable-types-hdbc-pg
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-persistable-types-hdbc-pg]
 X-Description: Relational-Record instances of PostgreSQL extended types


=====================================
p/haskell-persistent/debian/changelog
=====================================
--- a/p/haskell-persistent/debian/changelog
+++ b/p/haskell-persistent/debian/changelog
@@ -1,8 +1,9 @@
-haskell-persistent (2.8.1-2) UNRELEASED; urgency=medium
+haskell-persistent (2.8.2-1) unstable; urgency=medium
 
   * Set Rules-Requires-Root to no.
+  * New upstream release
 
- -- Clint Adams <clint at debian.org>  Sun, 06 May 2018 22:10:19 -0400
+ -- Clint Adams <clint at debian.org>  Tue, 03 Jul 2018 21:56:04 -0400
 
 haskell-persistent (2.8.1-1) unstable; urgency=medium
 


=====================================
p/haskell-pipes-group/debian/changelog
=====================================
--- a/p/haskell-pipes-group/debian/changelog
+++ b/p/haskell-pipes-group/debian/changelog
@@ -1,8 +1,9 @@
-haskell-pipes-group (1.0.9-2) UNRELEASED; urgency=medium
+haskell-pipes-group (1.0.11-1) unstable; urgency=medium
 
   * Set Rules-Requires-Root to no.
+  * New upstream release
 
- -- Clint Adams <clint at debian.org>  Sun, 06 May 2018 22:10:20 -0400
+ -- Clint Adams <clint at debian.org>  Tue, 03 Jul 2018 21:56:13 -0400
 
 haskell-pipes-group (1.0.9-1) unstable; urgency=medium
 


=====================================
p/haskell-pipes-zlib/debian/changelog
=====================================
--- a/p/haskell-pipes-zlib/debian/changelog
+++ b/p/haskell-pipes-zlib/debian/changelog
@@ -1,8 +1,9 @@
-haskell-pipes-zlib (0.4.4.1-5) UNRELEASED; urgency=medium
+haskell-pipes-zlib (0.4.4.2-1) unstable; urgency=medium
 
   * Set Rules-Requires-Root to no.
+  * New upstream release
 
- -- Clint Adams <clint at debian.org>  Sun, 06 May 2018 22:10:20 -0400
+ -- Clint Adams <clint at debian.org>  Tue, 03 Jul 2018 21:56:19 -0400
 
 haskell-pipes-zlib (0.4.4.1-4) unstable; urgency=medium
 


=====================================
p/haskell-pipes-zlib/debian/control
=====================================
--- a/p/haskell-pipes-zlib/debian/control
+++ b/p/haskell-pipes-zlib/debian/control
@@ -13,7 +13,6 @@ Build-Depends:
  haskell-devscripts (>= 0.13),
  libghc-pipes-dev (>= 4.0),
  libghc-pipes-prof,
- libghc-streaming-commons-dev (<< 0.2),
  libghc-streaming-commons-dev (>= 0.1.15),
  libghc-streaming-commons-prof,
 Build-Depends-Indep:


=====================================
p/haskell-pipes-zlib/debian/patches/newer-pipes deleted
=====================================
--- a/p/haskell-pipes-zlib/debian/patches/newer-pipes
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/pipes-zlib.cabal
-+++ b/pipes-zlib.cabal
-@@ -26,7 +26,7 @@
-                      Pipes.GZip
-     build-depends:   base >= 4.5 && < 5.0
-                    , transformers >= 0.2 && < 0.6
--                   , pipes >= 4.0 && < 4.3
-+                   , pipes >= 4.0
-                    , bytestring >= 0.9.2.1
-                    , streaming-commons >= 0.1.15 && < 0.2
-     ghc-options: -Wall -O2


=====================================
p/haskell-pipes-zlib/debian/patches/series deleted
=====================================
--- a/p/haskell-pipes-zlib/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-newer-pipes



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/6a5874e3d5083ab3b772359676721a09f8572d41...a65a41d1590a2b689499b1828d371a5e7a44cad2

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/6a5874e3d5083ab3b772359676721a09f8572d41...a65a41d1590a2b689499b1828d371a5e7a44cad2
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/20180704/38163a72/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list