Cabal revisions of language-conf-0.2.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: language-conf version: 0.2.2.0+x-revision: 1 synopsis: Conf parsers and pretty-printers for the Haskell programming language. description: @language-conf@ contains @.conf@ (e.g. nginx configuration) parsers and pretty-printers for the Haskell programming language. "Data.Conf" exports all the API surface in the package. hs-source-dirs: src build-depends:- base >=4.8 && <5+ base >=4.8 && <4.11 , deepseq , directory >=1.2.2.0 , filepath >=1.4.0.0- , megaparsec >=5+ , megaparsec >=5 && <6 , pretty , scientific >=0.3.4.6 , semigroups >=0.18.1 , text >=1.2.2.1 , unordered-containers , vector- , aeson+ , aeson <1 exposed-modules: Data.Conf Data.Conf.PrettyPrint