Cabal revisions of show-prettyprint-0.2.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: show-prettyprint version: 0.2.0.1+x-revision: 1 synopsis: Robust prettyprinter for output of auto-generated Show instances description: See README.md exposed-modules: Text.Show.Prettyprint , Text.Show.Prettyprint.Diagnostic , Text.Show.Prettyprint.Internal- build-depends: base >= 4.7 && < 5- , trifecta >= 1.6+ build-depends: base >= 4.8 && < 5+ , trifecta >= 1.6 && <1.8 , prettyprinter >= 1 -- Transitive dep of Trifecta, figure it out via that one