Skip to content
Commits on Source (2)
haskell-conduit (1.3.0.2-3) UNRELEASED; urgency=medium
haskell-conduit (1.3.0.3-1) unstable; urgency=medium
* Set Rules-Requires-Root to no.
* New upstream release
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:09:26 -0400
-- Clint Adams <clint@debian.org> Mon, 02 Jul 2018 21:41:53 -0400
haskell-conduit (1.3.0.2-2) unstable; urgency=medium
......
haskell-regex-tdfa (1.2.3-2) UNRELEASED; urgency=medium
haskell-regex-tdfa (1.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:10:28 -0400
-- Clint Adams <clint@debian.org> Mon, 02 Jul 2018 21:42:01 -0400
haskell-regex-tdfa (1.2.3-1) unstable; urgency=medium
......
......@@ -10,9 +10,11 @@ Build-Depends:
ghc (>= 8),
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-mtl-dev,
libghc-mtl-dev (>= 2),
libghc-mtl-dev (<< 3),
libghc-mtl-prof,
libghc-parsec3-dev,
libghc-parsec3-dev (>= 3),
libghc-parsec3-dev (<< 4),
libghc-parsec3-prof,
libghc-regex-base-dev (>= 0.93.1),
libghc-regex-base-prof,
......