Skip to content
Commits on Source (3)
haskell-easy-file (0.2.1-7) UNRELEASED; urgency=medium
haskell-easy-file (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:09:36 -0400
-- Clint Adams <clint@debian.org> Tue, 03 Jul 2018 22:19:57 -0400
haskell-easy-file (0.2.1-6) unstable; urgency=medium
......
haskell-happstack-jmacro (7.0.12.1-1) unstable; urgency=medium
* New upstream release
-- Clint Adams <clint@debian.org> Tue, 03 Jul 2018 22:20:30 -0400
haskell-happstack-jmacro (7.0.12-5) unstable; urgency=medium
* Fix typo.
......
......@@ -33,6 +33,7 @@ Build-Depends:
libghc-utf8-string-dev (>= 0.3),
libghc-utf8-string-prof,
libghc-wl-pprint-text-dev (>= 1.1),
libghc-wl-pprint-text-dev (<< 1.3),
libghc-wl-pprint-text-prof,
Build-Depends-Indep:
ghc-doc,
......
--- a/happstack-jmacro.cabal
+++ b/happstack-jmacro.cabal
@@ -24,7 +24,7 @@
digest == 0.0.*,
happstack-server >= 6.4 && < 7.6,
jmacro == 0.6.*,
- wl-pprint-text == 1.1.*,
+ wl-pprint-text >= 1.1,
text >= 0.9 && < 1.3,
utf8-string >= 0.3 && < 1.1
haskell-happstack-server (7.5.1-2) UNRELEASED; urgency=medium
haskell-happstack-server (7.5.1.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:47 -0400
-- Clint Adams <clint@debian.org> Tue, 03 Jul 2018 22:21:11 -0400
haskell-happstack-server (7.5.1-1) unstable; urgency=medium
......
......@@ -32,8 +32,8 @@ Build-Depends:
libghc-mtl-dev (<< 2.3),
libghc-mtl-dev (>= 2),
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),
......