Cabal revisions of prettyprinter-1.3.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: prettyprinter version: 1.3.0+x-revision: 1 cabal-version: >= 1.10 category: User Interfaces, Text synopsis: A modern, easy to use, well-documented, extensible pretty-printer. , ScopedTypeVariables build-depends:- base >= 4.5 && < 5+ base >= 4.5 && < 4.13 , text >= 1.2 if !impl(ghc >= 7.6) if impl(ghc >= 8.0) ghc-options: -Wcompat if !impl(ghc >= 8.0)- build-depends: semigroups >= 0.1+ build-depends: semigroups >= 0.16.1 build-depends: fail >= 4.9.0.0 if !impl(ghc >= 7.10)- build-depends: void+ build-depends: void >=0.4 && <0.8
revision 2
name: prettyprinter version: 1.3.0-x-revision: 1+x-revision: 2 cabal-version: >= 1.10 category: User Interfaces, Text synopsis: A modern, easy to use, well-documented, extensible pretty-printer. , ScopedTypeVariables build-depends:- base >= 4.5 && < 4.13+ base >= 4.5 && < 4.14 , text >= 1.2 if !impl(ghc >= 7.6)