File: wl-pprint-text.cabal

package info (click to toggle)
haskell-wl-pprint-text 1.1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 108 kB
  • sloc: haskell: 549; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 802 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
Name:                wl-pprint-text
Version:             1.1.0.2
Synopsis:            A Wadler/Leijen Pretty Printer for Text values
Description:         A clone of wl-pprint for use with the text library.
License:             BSD3
License-file:        LICENSE
Author:              Ivan Lazar Miljenovic
Maintainer:          Ivan.Miljenovic@gmail.com
Copyright:           2007 Daan Leijen, 2010 Ivan Lazar Miljenovic
Category:            Text
Build-type:          Simple
Cabal-version:       >=1.6

Source-Repository head
    type: darcs
    location: http://hub.darcs.net/ivanm/wl-pprint-text

Library
  Exposed-modules:     Text.PrettyPrint.Leijen.Text,
                       Text.PrettyPrint.Leijen.Text.Monadic
  Build-depends:       base < 5,
                       text >= 0.11.0.0 && < 1.2.0.0