File: newer-deps

package info (click to toggle)
haskell-wl-pprint-text 1.2.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: haskell: 570; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 942 bytes parent folder | download
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