cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: a83a107737af6beacf2202a2f043950007834c140aad6ae9c656b1c983c129bb
name: language-docker
version: 9.2.0
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 <https://github.com/hadolint/language-docker GitHub project> 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
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
test/fixtures/1.Dockerfile
test/fixtures/2.Dockerfile
source-repository head
type: git
location: https://github.com/hadolint/language-docker
library
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
Paths_language_docker
hs-source-dirs:
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
, bytestring >=0.10
, containers
, data-default-class
, megaparsec >=8.0
, prettyprinter
, split >=0.2
, text
, time
default-language: Haskell2010
test-suite hspec
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Language.Docker.IntegrationSpec
Language.Docker.ParserSpec
Paths_language_docker
hs-source-dirs:
test
build-depends:
HUnit >=1.2
, QuickCheck
, base >=4.8 && <5
, bytestring >=0.10
, containers
, data-default-class
, hspec
, language-docker
, megaparsec >=8.0
, prettyprinter
, split >=0.2
, text
, time
default-language: Haskell2010