language-docker 14.0.0 → 14.0.1
raw patch · 1 files changed
+10/−10 lines, 1 filesdep ~bytestringdep ~containersdep ~data-defaultPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, containers, data-default, data-default-class, megaparsec, prettyprinter, split, text, time
API changes (from Hackage documentation)
Files
- language-docker.cabal +10/−10
language-docker.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.4 name: language-docker-version: 14.0.0+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.@@ -46,15 +46,15 @@ common deps build-depends: , base >=4.8 && <5- , bytestring >=0.11.5 && <0.12- , containers >=0.6.7 && <0.7- , data-default >=0.8.0 && <0.9- , data-default-class >=0.2.0 && <0.3- , megaparsec >=9.7.0 && <9.8- , prettyprinter >=1.7.1 && <1.8- , split >=0.2.5 && <0.3- , text >=2.0.2 && <2.1- , time >=1.12.2 && <1.13+ , 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