Cabal revisions of text-generic-pretty-1.2.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented. Version: 1.2.1+x-revision: 1 -- A short (one-line) description of the package. Synopsis: A generic, derivable, haskell pretty printer. Exposed-modules: Text.PrettyPrint.GenericPretty Text.PrettyPrint.TestGenericPretty Text.PrettyPrint.GenericStructure Text.PrettyPrint.GenericPrettyStructure -- Packages needed in order to build this package.- Build-depends: base >= 3 && < 5+ Build-depends: base >= 4.8 && < 5 , ghc-prim- , wl-pprint-text+ , wl-pprint-text < 1.2 , protolude , text , string-conversions , QuickCheck , containers , unordered-containers- , time+ , time >= 1.5 , ixset-typed , groom