1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Index: b/wl-pprint-text.cabal
===================================================================
--- a/wl-pprint-text.cabal
+++ b/wl-pprint-text.cabal
@@ -1,6 +1,7 @@
Cabal-version: >=1.10
Name: wl-pprint-text
Version: 1.2.0.2
+x-revision: 3
Synopsis: A Wadler/Leijen Pretty Printer for Text values
Description: A clone of wl-pprint for use with the text library.
License: BSD3
@@ -36,7 +37,7 @@ Library
Exposed-modules: Text.PrettyPrint.Leijen.Text,
Text.PrettyPrint.Leijen.Text.Monadic
Build-depends: base >= 4.5.0.0 && < 5,
- base-compat >= 0.10 && < 0.13,
- text >= 0.11.0.0 && < 2.1
+ base-compat >= 0.10 && < 0.15,
+ text >= 0.11.0.0 && < 2.2
Default-language: Haskell98
GHC-Options: -Wall
|