refresh revision

This commit is contained in:
Jens Petersen 2021-07-07 23:23:46 +08:00
parent bfea17219d
commit a7c359d65e
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
cabal-version: >= 1.10
name: ansi-wl-pprint
version: 0.6.9
x-revision: 1
x-revision: 2
category: User Interfaces, Text
synopsis: The Wadler/Leijen Pretty Printer for colored ANSI terminal output
@ -46,7 +46,7 @@ library
-- see also notes in Text.PrettyPrint.ANSI.Leijen
build-depends: semigroups >= 0.18.5 && < 0.20
build-depends: ansi-terminal >= 0.9.1 && < 0.11
build-depends: ansi-terminal >= 0.9.1 && < 0.12
build-depends: base >= 4.3 && < 5
if impl(ghc >= 7.4)