htoml-megaparsec 1.0.1.0 → 1.0.1.1
raw patch · 1 files changed
+3/−5 lines, 1 filesdep −parsecdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependencies removed: parsec
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- htoml-megaparsec.cabal +3/−5
htoml-megaparsec.cabal view
@@ -1,5 +1,5 @@ name: htoml-megaparsec-version: 1.0.1.0+version: 1.0.1.1 synopsis: Parser for TOML files description: TOML is an obvious and minimal format for config files. This package provides a TOML parser@@ -40,13 +40,12 @@ , megaparsec >= 6.0.0 , unordered-containers >= 0.2 , vector >= 0.10- , aeson >= 0.8 , text >= 1.0 && < 2 , mtl >= 2.2 , composition-prelude >= 0.1.1.0 , deepseq- , time -any- , old-locale -any+ , time+ , old-locale if impl(ghc >= 8.0) ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates ghc-options: -Wall@@ -82,7 +81,6 @@ type: exitcode-stdio-1.0 default-language: Haskell2010 build-depends: base- , parsec , containers , unordered-containers , vector