Skip to content

Commit

Permalink
small change in package description
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 2, 2020
1 parent 4ed3264 commit b16e62d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions language-docker.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 005937a918829cd3728fed743544eec119cc21efef9ed052db7c971ecfcc16f0
-- hash: 4064f903443322af4bc07da09abc22ee61ae143bfcffb403add7b327cd7b13dd

name: language-docker
version: 9.0.0
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.
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
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: language-docker
version: '9.0.0'
synopsis: Dockerfile parser, pretty-printer and embedded DSL
description: 'All functions for parsing, printing and writting Dockerfiles are
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.
Expand Down

0 comments on commit b16e62d

Please sign in to comment.