Skip to content
Commits on Source (2)
haskell-postgresql-libpq (0.9.4.2-1) unstable; urgency=medium
* New upstream release
-- Clint Adams <clint@debian.org> Sun, 28 Jul 2019 15:23:10 -0400
haskell-postgresql-libpq (0.9.4.1-2) unstable; urgency=medium
[ Clint Adams ]
......
......@@ -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]
......
haskell-postgresql-simple (0.6.2-1) unstable; urgency=medium
* New upstream version.
-- Clint Adams <clint@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)
......
......@@ -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]
......
--- 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