Cabal revisions of show-prettyprint-0.1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: show-prettyprint version: 0.1.2+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 -- Transitive dependency of Trifecta, so let the -- version be sorted out by that