[Git][haskell-team/DHG_packages][master] 2 commits: postgresql-libpq: Upgrading from 0.9.4.1 to 0.9.4.2

Clint Adams gitlab at salsa.debian.org
Sun Jul 28 20:27:14 BST 2019



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


Commits:
7b7a64b5 by Clint Adams at 2019-07-28T19:23:10Z
postgresql-libpq: Upgrading from 0.9.4.1 to 0.9.4.2

- - - - -
d1126aa4 by Clint Adams at 2019-07-28T19:26:15Z
postgresql-simple: Upgrading from 0.5.4.0 to 0.6.2

- - - - -


5 changed files:

- p/haskell-postgresql-libpq/debian/changelog
- p/haskell-postgresql-libpq/debian/control
- p/haskell-postgresql-simple/debian/changelog
- p/haskell-postgresql-simple/debian/control
- p/haskell-postgresql-simple/debian/patches/no-bytestring-builder


Changes:

=====================================
p/haskell-postgresql-libpq/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-postgresql-libpq (0.9.4.2-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Sun, 28 Jul 2019 15:23:10 -0400
+
 haskell-postgresql-libpq (0.9.4.1-2) unstable; urgency=medium
 
   [ Clint Adams ]


=====================================
p/haskell-postgresql-libpq/debian/control
=====================================
@@ -13,7 +13,7 @@ Build-Depends:
  libpq-dev,
 Build-Depends-Indep: ghc-doc
 Standards-Version: 4.1.4
-Homepage: https://github.com/lpsmith/postgresql-libpq
+Homepage: https://github.com/phadej/postgresql-libpq
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-postgresql-libpq
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-postgresql-libpq]
 


=====================================
p/haskell-postgresql-simple/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-postgresql-simple (0.6.2-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Sun, 28 Jul 2019 15:23:40 -0400
+
 haskell-postgresql-simple (0.5.4.0-3) unstable; urgency=medium
 
   * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)


=====================================
p/haskell-postgresql-simple/debian/control
=====================================
@@ -9,26 +9,37 @@ Build-Depends:
  debhelper (>= 10),
  ghc (>= 8.4.3),
  ghc-prof,
- haskell-devscripts (>= 0.13),
- libghc-aeson-dev (>= 0.6),
+ haskell-devscripts (>= 0.15),
+ libghc-only-dev (>= 0.1),
+ libghc-only-dev (<< 0.1.1),
+ libghc-only-prof,
+ libghc-aeson-dev (>= 1.4.1.0),
+ libghc-aeson-dev (<< 1.5),
  libghc-aeson-prof,
- libghc-attoparsec-dev (>= 0.10.3),
+ libghc-attoparsec-dev (>= 0.13.2.2),
+ libghc-attoparsec-dev (<< 0.14),
  libghc-attoparsec-prof,
- libghc-case-insensitive-dev,
+ libghc-case-insensitive-dev (>= 1.2.0.11),
+ libghc-case-insensitive-dev (<< 1.3),
  libghc-case-insensitive-prof,
- libghc-hashable-dev,
+ libghc-hashable-dev (>= 1.2.7.0),
+ libghc-hashable-dev (<< 1.3),
  libghc-hashable-prof,
+ libghc-postgresql-libpq-dev (>= 0.9.4.2),
  libghc-postgresql-libpq-dev (<< 0.10),
  libghc-postgresql-libpq-dev (>= 0.9),
  libghc-postgresql-libpq-prof,
- libghc-scientific-dev,
+ libghc-scientific-dev (>= 0.3.6.2),
+ libghc-scientific-dev (<< 0.4),
  libghc-scientific-prof,
- libghc-uuid-types-dev (>= 1.0.0),
+ libghc-uuid-types-dev (>= 1.0.3),
+ libghc-uuid-types-dev (<< 1.1),
  libghc-uuid-types-prof,
- libghc-vector-dev,
+ libghc-vector-dev (>= 0.12.0.1),
+ libghc-vector-dev (<< 0.13),
  libghc-vector-prof,
-Build-Depends-Indep:
- ghc-doc,
+Build-Depends-Indep: ghc-doc,
+ libghc-only-doc,
  libghc-aeson-doc,
  libghc-attoparsec-doc,
  libghc-case-insensitive-doc,
@@ -37,7 +48,7 @@ Build-Depends-Indep:
  libghc-scientific-doc,
  libghc-uuid-types-doc,
  libghc-vector-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.4.0
 Homepage: http://hackage.haskell.org/package/postgresql-simple
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-postgresql-simple
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-postgresql-simple]


=====================================
p/haskell-postgresql-simple/debian/patches/no-bytestring-builder
=====================================
@@ -1,10 +1,10 @@
 --- a/postgresql-simple.cabal
 +++ b/postgresql-simple.cabal
-@@ -59,7 +59,6 @@
-     attoparsec >= 0.10.3,
-     base >= 4.6 && < 5,
-     bytestring >= 0.9,
--    bytestring-builder,
-     case-insensitive,
-     containers,
-     hashable,
+@@ -87,7 +87,6 @@
+   Build-depends:
+       aeson              >=1.4.1.0     && <1.5
+     , attoparsec         >=0.13.2.2    && <0.14
+-    , bytestring-builder >=0.10.8.1.0  && <0.11
+     , case-insensitive   >=1.2.0.11    && <1.3
+     , hashable           >=1.2.7.0     && <1.3
+     , Only               >=0.1         && <0.1.1



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/cc986c3cf2780694ddd5b8847d5a81f5729b88a3...d1126aa416d10974bfb165ec7a3db77caa02e6c9

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/cc986c3cf2780694ddd5b8847d5a81f5729b88a3...d1126aa416d10974bfb165ec7a3db77caa02e6c9
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/20190728/e5946d1c/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list