[DHG_packages] 01/01: postgresql-simple: Upgrading from 0.4.10.0 to 0.5.1.2

Clint Adams clint at moszumanska.debian.org
Mon Jan 11 04:57:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit 87ae3d58d68c22c05cf194e626bb6f63331ac4b6
Author: Clint Adams <clint at debian.org>
Date:   Sun Jan 10 23:55:03 2016 -0500

    postgresql-simple: Upgrading from 0.4.10.0 to 0.5.1.2
---
 p/haskell-postgresql-simple/debian/changelog                 |  6 ++++++
 p/haskell-postgresql-simple/debian/control                   | 12 +++---------
 .../debian/patches/no-bytestring-builder                     | 10 ++++++++++
 p/haskell-postgresql-simple/debian/patches/series            |  1 +
 4 files changed, 20 insertions(+), 9 deletions(-)

diff --git a/p/haskell-postgresql-simple/debian/changelog b/p/haskell-postgresql-simple/debian/changelog
index 5d2c1b5..5f47983 100644
--- a/p/haskell-postgresql-simple/debian/changelog
+++ b/p/haskell-postgresql-simple/debian/changelog
@@ -1,3 +1,9 @@
+haskell-postgresql-simple (0.5.1.2-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Sun, 10 Jan 2016 23:55:03 -0500
+
 haskell-postgresql-simple (0.4.10.0-5) unstable; urgency=medium
 
   * Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-postgresql-simple/debian/control b/p/haskell-postgresql-simple/debian/control
index 2ed262e..79a14ab 100644
--- a/p/haskell-postgresql-simple/debian/control
+++ b/p/haskell-postgresql-simple/debian/control
@@ -12,10 +12,6 @@ Build-Depends: debhelper (>= 9),
  libghc-aeson-prof,
  libghc-attoparsec-dev (>= 0.10.3),
  libghc-attoparsec-prof,
- libghc-blaze-builder-dev,
- libghc-blaze-builder-prof,
- libghc-blaze-textual-dev,
- libghc-blaze-textual-prof,
  libghc-case-insensitive-dev,
  libghc-case-insensitive-prof,
  libghc-hashable-dev,
@@ -27,21 +23,19 @@ Build-Depends: debhelper (>= 9),
  libghc-scientific-prof,
  libghc-text-dev (>= 0.11.1),
  libghc-text-prof,
- libghc-uuid-dev (>= 1.3.1),
- libghc-uuid-prof,
+ libghc-uuid-types-dev (>= 1.0.0),
+ libghc-uuid-types-prof,
  libghc-vector-dev,
  libghc-vector-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-aeson-doc,
  libghc-attoparsec-doc,
- libghc-blaze-builder-doc,
- libghc-blaze-textual-doc,
  libghc-case-insensitive-doc,
  libghc-hashable-doc,
  libghc-postgresql-libpq-doc,
  libghc-scientific-doc,
  libghc-text-doc,
- libghc-uuid-doc,
+ libghc-uuid-types-doc,
  libghc-vector-doc,
 Standards-Version: 3.9.6
 Homepage: http://hackage.haskell.org/package/postgresql-simple
diff --git a/p/haskell-postgresql-simple/debian/patches/no-bytestring-builder b/p/haskell-postgresql-simple/debian/patches/no-bytestring-builder
new file mode 100644
index 0000000..dfc0cab
--- /dev/null
+++ b/p/haskell-postgresql-simple/debian/patches/no-bytestring-builder
@@ -0,0 +1,10 @@
+--- a/postgresql-simple.cabal
++++ b/postgresql-simple.cabal
+@@ -58,7 +58,6 @@
+     attoparsec >= 0.10.3,
+     base >= 4.4 && < 5,
+     bytestring >= 0.9,
+-    bytestring-builder,
+     case-insensitive,
+     containers,
+     hashable,
diff --git a/p/haskell-postgresql-simple/debian/patches/series b/p/haskell-postgresql-simple/debian/patches/series
new file mode 100644
index 0000000..d61cbb2
--- /dev/null
+++ b/p/haskell-postgresql-simple/debian/patches/series
@@ -0,0 +1 @@
+no-bytestring-builder

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list