cabal-version: 3.4 name: language-docker version: 14.0.1 synopsis: Dockerfile parser, pretty-printer and embedded DSL description: All functions for parsing and pretty-printing Dockerfiles are exported through @Language.Docker@. For more fine-grained operations look for specific modules that implement a certain functionality. See the for the source-code and examples. category: Development homepage: https://github.com/hadolint/language-docker#readme bug-reports: https://github.com/hadolint/language-docker/issues author: Lukas Martinelli, Pedro Tacla Yamada, José Lorenzo Rodríguez maintainer: lorenzo@seatgeek.com copyright: Lukas Martinelli, Copyright (c) 2016, Pedro Tacla Yamada, Copyright (c) 2016, José Lorenzo Rodríguez, Copyright (c) 2017 license: GPL-3.0-or-later license-file: LICENSE build-type: Simple extra-source-files: README.md test/fixtures/1.Dockerfile test/fixtures/2.Dockerfile test/fixtures/3.Dockerfile test/fixtures/4.Dockerfile test/fixtures/5.Dockerfile test/fixtures/6.Dockerfile test/fixtures/7.Dockerfile test/fixtures/8.Dockerfile test/fixtures/Dockerfile.bom.utf16be test/fixtures/Dockerfile.bom.utf16le test/fixtures/Dockerfile.bom.utf32be test/fixtures/Dockerfile.bom.utf32le test/fixtures/Dockerfile.bom.utf8 source-repository head type: git location: https://github.com/hadolint/language-docker common deps build-depends: , base >=4.8 && <5 , bytestring >=0.11.5 && <0.13 , containers >=0.6.7 && <0.8 , data-default >=0.8.0 && <0.10 , data-default-class >=0.2.0 && <0.4 , megaparsec >=9.7.0 && <9.9 , prettyprinter >=1.7.1 && <1.9 , split >=0.2.5 && <0.4 , text >=2.0.2 && <2.2 , time >=1.12.2 && <1.14 library import: deps exposed-modules: Language.Docker Language.Docker.Parser Language.Docker.PrettyPrint Language.Docker.Syntax other-modules: Language.Docker.Parser.Arguments Language.Docker.Parser.Cmd Language.Docker.Parser.Copy Language.Docker.Parser.Expose Language.Docker.Parser.From Language.Docker.Parser.Healthcheck Language.Docker.Parser.Instruction Language.Docker.Parser.Pairs Language.Docker.Parser.Prelude Language.Docker.Parser.Run Language.Docker.Syntax.Port Language.Docker.Syntax.PortRange Language.Docker.Syntax.Protocol hs-source-dirs: src default-extensions: ImplicitParams OverloadedStrings Rank2Types ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -fno-warn-unused-do-bind -fno-warn-orphans default-language: GHC2021 test-suite hspec import: deps type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Language.Docker.IntegrationSpec Language.Docker.ParseAddSpec Language.Docker.ParseCmdSpec Language.Docker.ParseCopySpec Language.Docker.ParseExposeSpec Language.Docker.ParseHealthcheckSpec Language.Docker.ParsePragmaSpec Language.Docker.ParserSpec Language.Docker.ParseRunSpec Language.Docker.PrettyPrintSpec TestHelper hs-source-dirs: test default-extensions: ImplicitParams OverloadedLists OverloadedStrings Rank2Types ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -fno-warn-unused-do-bind -fno-warn-orphans build-depends: , hspec , hspec-megaparsec , HUnit >=1.2 , language-docker , QuickCheck default-language: GHC2021 build-tool-depends: hspec-discover:hspec-discover >=2 && <3