packages feed

Cabal revisions of language-docker-5.0.1

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

revision 1
  name:           language-docker version:        5.0.1+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.10 && <5     , bytestring >=0.10     , free     , mtl       Glob     , HUnit >=1.2     , QuickCheck-    , base >=4.8 && <5+    , base >=4.10 && <5     , bytestring >=0.10     , directory     , filepath