Commit 184f6568 authored by Clint Adams's avatar Clint Adams
Browse files

wl-pprint-text: Upgrading from 1.1.1.0 to 1.2.0.0

parent 0ce295d0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
haskell-wl-pprint-text (1.1.1.0-3) UNRELEASED; urgency=medium
haskell-wl-pprint-text (1.2.0.0-1) unstable; urgency=medium

  * Set Rules-Requires-Root to no.
  * New upstream release

 -- Clint Adams <clint@debian.org>  Sun, 06 May 2018 22:10:56 -0400
 -- Clint Adams <clint@debian.org>  Sun, 20 May 2018 16:27:33 -0400

haskell-wl-pprint-text (1.1.1.0-2) unstable; urgency=medium

+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@ Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends:
 haskell-devscripts (>= 0.13),
 cdbs,
 debhelper (>= 9),
 ghc (>= 8),
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-base-compat-dev (>= 0.9),
 libghc-base-compat-dev (<< 0.10),
 libghc-base-compat-dev (<< 0.11),
 libghc-base-compat-prof,
 libghc-text-dev (>= 0.11.0.0),
 libghc-text-dev (<< 1.3.0.0),
+10 −0
Original line number Diff line number Diff line
--- a/wl-pprint-text.cabal
+++ b/wl-pprint-text.cabal
@@ -24,6 +24,6 @@
   Exposed-modules:     Text.PrettyPrint.Leijen.Text,
                        Text.PrettyPrint.Leijen.Text.Monadic
   Build-depends:       base >= 4.5.0.0 && < 5,
-                       base-compat == 0.10.*,
+                       base-compat >= 0.9,
                        text >= 0.11.0.0 && < 1.3.0.0
   GHC-Options:         -Wall
+1 −0
Original line number Diff line number Diff line
older-base-compat