Skip to content
Commits on Source (4)
haskell-http-conduit (2.3.0-2) UNRELEASED; urgency=medium
haskell-http-conduit (2.3.1-1) unstable; urgency=medium
* Set Rules-Requires-Root to no.
* New upstream release
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:09:55 -0400
-- Clint Adams <clint@debian.org> Tue, 03 Jul 2018 08:21:17 -0400
haskell-http-conduit (2.3.0-1) unstable; urgency=medium
......
haskell-http-date (0.0.6.1-7) UNRELEASED; urgency=medium
haskell-http-date (0.0.7-1) unstable; urgency=medium
* Set Rules-Requires-Root to no.
* New upstream release
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:09:55 -0400
-- Clint Adams <clint@debian.org> Tue, 03 Jul 2018 08:21:29 -0400
haskell-http-date (0.0.6.1-6) unstable; urgency=medium
......
haskell-http-streams (0.8.5.5-3) UNRELEASED; urgency=medium
haskell-http-streams (0.8.6.1-1) unstable; urgency=medium
* Set Rules-Requires-Root to no.
* New upstream release
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:09:55 -0400
-- Clint Adams <clint@debian.org> Tue, 03 Jul 2018 08:21:36 -0400
haskell-http-streams (0.8.5.5-2) unstable; urgency=medium
......
......@@ -8,9 +8,11 @@ Rules-Requires-Root: no
Build-Depends:
cdbs,
debhelper (>= 9),
haskell-devscripts (>= 0.13),
ghc (>= 8),
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-hsopenssl-dev (>= 0.11.2),
libghc-hsopenssl-prof,
libghc-aeson-dev,
libghc-aeson-prof,
libghc-attoparsec-dev,
......@@ -58,7 +60,7 @@ Build-Depends-Indep:
libghc-text-doc,
libghc-unordered-containers-doc,
Standards-Version: 4.1.4
Homepage: http://github.com/afcowie/http-streams/
Homepage: https://github.com/afcowie/http-streams/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-http-streams
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-http-streams]
X-Description: An HTTP client using io-streams
......
haskell-http (1:4000.3.11-2) UNRELEASED; urgency=medium
haskell-http (1:4000.3.12-1) unstable; urgency=medium
* Set Rules-Requires-Root to no.
* New upstream release
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:09:54 -0400
-- Clint Adams <clint@debian.org> Tue, 03 Jul 2018 08:22:19 -0400
haskell-http (1:4000.3.11-1) unstable; urgency=medium
......
......@@ -16,8 +16,8 @@ Build-Depends:
libghc-mtl-dev (<< 2.3),
libghc-mtl-dev (>= 2.0),
libghc-mtl-prof,
libghc-network-dev (<< 2.7),
libghc-network-dev (>= 2.6),
libghc-network-dev (<< 2.8),
libghc-network-prof,
libghc-network-uri-dev (<< 2.7),
libghc-network-uri-dev (>= 2.6),
......