revise .cabal

This commit is contained in:
Jens Petersen 2021-08-04 22:29:11 +08:00
parent 40d7ad88ee
commit 61f640fc99
1 changed files with 26 additions and 26 deletions

View File

@ -1,26 +1,26 @@
Name: annotated-wl-pprint Name: annotated-wl-pprint
Version: 0.7.0 Version: 0.7.0
x-revision: 1 x-revision: 1
Cabal-Version: >= 1.6 Cabal-Version: >= 1.6
Synopsis: The Wadler/Leijen Pretty Printer, with annotation support Synopsis: The Wadler/Leijen Pretty Printer, with annotation support
Category: Text Category: Text
Description: Description:
This is a modified version of wl-pprint, which was based on Wadler's This is a modified version of wl-pprint, which was based on Wadler's
paper "A Prettier Printer". See the haddocks for full info. This paper "A Prettier Printer". See the haddocks for full info. This
version allows the library user to annotate the text with semantic version allows the library user to annotate the text with semantic
information, which can later be rendered in a variety of ways. information, which can later be rendered in a variety of ways.
License: BSD3 License: BSD3
License-file: LICENSE License-file: LICENSE
Author: Daan Leijen, David Raymond Christiansen Author: Daan Leijen, David Raymond Christiansen
Maintainer: david@davidchristiansen.dk Maintainer: david@davidchristiansen.dk
Homepage: https://github.com/david-christiansen/annotated-wl-pprint Homepage: https://github.com/david-christiansen/annotated-wl-pprint
Build-Type: Simple Build-Type: Simple
Library Library
Build-Depends: base >= 4.4 && < 5 Build-Depends: base >= 4.4 && < 5
Exposed-Modules: Text.PrettyPrint.Annotated.Leijen Exposed-Modules: Text.PrettyPrint.Annotated.Leijen
Extensions: DeriveFunctor Extensions: DeriveFunctor
Ghc-options: -fwarn-incomplete-patterns Ghc-options: -fwarn-incomplete-patterns
Source-Repository head Source-Repository head
type: git type: git
location: https://github.com/david-christiansen/annotated-wl-pprint location: https://github.com/david-christiansen/annotated-wl-pprint