packages feed

Cabal revisions of language-docker-1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
  name:           language-docker version:        1.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-dockerfile GitHub project> for the source-code and examples.        src   ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-orphans   build-depends:-      base >=4.8 && <5+      base >=4.8 && <4.11     , bytestring >=0.10     , parsec >=3.1     , pretty   hs-source-dirs:       test   build-depends:-      base >=4.8 && <5+      base >=4.8 && <4.11     , bytestring >=0.10     , parsec >=3.1     , pretty