|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
name: ansi-wl-pprint
|
|
|
|
|
version: 0.6.8.2
|
|
|
|
|
x-revision: 1
|
|
|
|
|
x-revision: 2
|
|
|
|
|
cabal-version: >= 1.10
|
|
|
|
|
category: User Interfaces, Text
|
|
|
|
|
synopsis: The Wadler/Leijen Pretty Printer for colored ANSI terminal output
|
|
|
|
@ -40,7 +40,7 @@ library
|
|
|
|
|
ghc-options: -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances
|
|
|
|
|
else
|
|
|
|
|
-- see also notes in Text.PrettyPrint.ANSI.Leijen
|
|
|
|
|
build-depends: semigroups >= 0.1 && < 0.19
|
|
|
|
|
build-depends: semigroups >= 0.1 && < 0.20
|
|
|
|
|
|
|
|
|
|
build-depends: ansi-terminal >= 0.4.0 && < 0.10
|
|
|
|
|
build-depends: base >= 4.5 && < 5
|
|
|
|
|