yaml 0.11.7.0 → 0.11.8.0
raw patch · 3 files changed
+7/−1 lines, 3 filesdep ~resourcet
Dependency ranges changed: resourcet
Files
- ChangeLog.md +4/−0
- src/Data/Yaml/Internal.hs +2/−0
- yaml.cabal +1/−1
ChangeLog.md view
@@ -1,5 +1,9 @@ # ChangeLog for yaml +## 0.11.8.0++* Export `Parse` and `StringStyle` [#204](https://github.com/snoyberg/yaml/pull/204)+ ## 0.11.7.0 * Support `aeson` 2 [#202](https://github.com/snoyberg/yaml/pull/202)
src/Data/Yaml/Internal.hs view
@@ -9,12 +9,14 @@ , prettyPrintParseException , Warning(..) , parse+ , Parse , decodeHelper , decodeHelper_ , decodeAllHelper , decodeAllHelper_ , textToScientific , stringScalar+ , StringStyle , defaultStringStyle , isSpecialString , specialStrings
yaml.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: yaml-version: 0.11.7.0+version: 0.11.8.0 synopsis: Support for parsing and rendering YAML documents. description: README and API documentation are available at <https://www.stackage.org/package/yaml> category: Data