htoml-parse 0.1 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- htoml-parse.cabal +2/−2
htoml-parse.cabal view
@@ -3,7 +3,7 @@ name: htoml-parse version:- 0.1+ 0.1.0.1 synopsis: Parse TOML values produced by htoml-megaparsec package. @@ -63,7 +63,7 @@ hs-source-dirs: src build-depends:- base >= 4.9 && < 5,+ base >= 4.14 && < 5, comonad, containers, dlist,