Skip to content
Commits on Source (3)
haskell-happstack-jmacro (7.0.12-3) UNRELEASED; urgency=medium
haskell-happstack-jmacro (7.0.12-5) unstable; urgency=medium
* Fix typo.
-- Clint Adams <clint@debian.org> Mon, 21 May 2018 13:37:16 -0400
haskell-happstack-jmacro (7.0.12-4) unstable; urgency=medium
* Set Rules-Requires-Root to no.
* Patch for newer wl-pprint-text.
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:09:47 -0400
-- Clint Adams <clint@debian.org> Mon, 21 May 2018 13:28:52 -0400
haskell-happstack-jmacro (7.0.12-2) unstable; urgency=medium
......
......@@ -32,7 +32,6 @@ Build-Depends:
libghc-utf8-string-dev (<< 1.1),
libghc-utf8-string-dev (>= 0.3),
libghc-utf8-string-prof,
libghc-wl-pprint-text-dev (<< 1.2),
libghc-wl-pprint-text-dev (>= 1.1),
libghc-wl-pprint-text-prof,
Build-Depends-Indep:
......
--- 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-jmacro (0.6.14-6) UNRELEASED; urgency=medium
haskell-jmacro (0.6.15-1) unstable; urgency=medium
* Set Rules-Requires-Root to no.
* New upstream release
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:10:00 -0400
-- Clint Adams <clint@debian.org> Mon, 21 May 2018 13:26:15 -0400
haskell-jmacro (0.6.14-5) unstable; urgency=medium
......