Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
postgresql-libpq: Upgrading from 0.9.4.1 to 0.9.4.2
· 7b7a64b5
Clint Adams
authored
Jul 28, 2019
7b7a64b5
postgresql-simple: Upgrading from 0.5.4.0 to 0.6.2
· d1126aa4
Clint Adams
authored
Jul 28, 2019
d1126aa4
Show whitespace changes
Inline
Side-by-side
p/haskell-postgresql-libpq/debian/changelog
View file @
d1126aa4
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 ]
...
...
p/haskell-postgresql-libpq/debian/control
View file @
d1126aa4
...
...
@@ -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
View file @
d1126aa4
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)
...
...
p/haskell-postgresql-simple/debian/control
View file @
d1126aa4
...
...
@@ -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
View file @
d1126aa4
--- 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