Skip to content
Commits on Source (6)
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@debian.org> Sun, 06 May 2018 22:10:14 -0400
-- Clint Adams <clint@debian.org> Tue, 03 Jul 2018 21:54:46 -0400
haskell-onetuple (0.2.1-1) unstable; urgency=low
......
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@debian.org> Sun, 06 May 2018 22:10:19 -0400
-- Clint Adams <clint@debian.org> Tue, 03 Jul 2018 21:54:55 -0400
haskell-persistable-record (0.6.0.3-1) unstable; urgency=medium
......
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@debian.org> Sun, 06 May 2018 22:10:19 -0400
-- Clint Adams <clint@debian.org> Tue, 03 Jul 2018 21:55:02 -0400
haskell-persistable-types-hdbc-pg (0.0.1.5-2) unstable; urgency=medium
......
......@@ -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
......
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@debian.org> Sun, 06 May 2018 22:10:19 -0400
-- Clint Adams <clint@debian.org> Tue, 03 Jul 2018 21:56:04 -0400
haskell-persistent (2.8.1-1) unstable; urgency=medium
......
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@debian.org> Sun, 06 May 2018 22:10:20 -0400
-- Clint Adams <clint@debian.org> Tue, 03 Jul 2018 21:56:13 -0400
haskell-pipes-group (1.0.9-1) unstable; urgency=medium
......
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@debian.org> Sun, 06 May 2018 22:10:20 -0400
-- Clint Adams <clint@debian.org> Tue, 03 Jul 2018 21:56:19 -0400
haskell-pipes-zlib (0.4.4.1-4) unstable; urgency=medium
......
......@@ -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:
......
--- 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