Cabal revisions of language-docker-6.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: language-docker version: 6.0.0+x-revision: 1 synopsis: Dockerfile parser, pretty-printer and embedded DSL description: All functions for parsing, printing and writting Dockerfiles are exported through @Language.Docker@. For more fine-grained operations look for specific modules that implement a certain functionality. See the <https://github.com/hadolint/language-docker GitHub project> for the source-code and examples. src ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -fno-warn-unused-do-bind -fno-warn-orphans build-depends:- base >=4.8 && <5+ base >=4.9 && <5 , bytestring >=0.10 , containers , free Glob , HUnit >=1.2 , QuickCheck- , base >=4.8 && <5+ , base >=4.9 && <5 , bytestring >=0.10 , containers , directory
revision 2
name: language-docker version: 6.0.0-x-revision: 1+x-revision: 2 synopsis: Dockerfile parser, pretty-printer and embedded DSL description: All functions for parsing, printing and writting Dockerfiles are exported through @Language.Docker@. For more fine-grained operations look for specific modules that implement a certain functionality. See the <https://github.com/hadolint/language-docker GitHub project> for the source-code and examples. , bytestring >=0.10 , containers , free- , megaparsec >=6.4+ , megaparsec >=6.4 && < 7 , mtl , prettyprinter , split >=0.2 , free , hspec , language-docker- , megaparsec >=6.4+ , megaparsec >=6.4 && < 7 , mtl , prettyprinter , process