Skip to content

Commit

Permalink
Relaxing base boundaries
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 2, 2020
1 parent 9983e86 commit d033afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: language-docker
version: '9.0.0'
version: '9.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
Expand All @@ -24,7 +24,7 @@ extra-source-files:
- README.md

dependencies:
- base >=4.13 && <5
- base >=4.8 && <5
- bytestring >=0.10
- megaparsec >=8.0
- prettyprinter
Expand Down

0 comments on commit d033afd

Please sign in to comment.