packages feed

yaml 0.8.22.1 → 0.8.23

raw patch · 3 files changed

+12/−1 lines, 3 files

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.8.23++* Re-export the with helpers from aeson+ ## 0.8.22.1  * Make numeric string detection slightly smarter so, e.g., `.` does
Data/Yaml.hs view
@@ -42,6 +42,12 @@     , (.:)     , (.:?)     , (.!=)+      -- ** With helpers (since 0.8.23)+    , withObject+    , withText+    , withArray+    , withScientific+    , withBool       -- * Parsing     , parseMonad     , parseEither@@ -70,6 +76,7 @@     ( Value (..), ToJSON (..), FromJSON (..), object     , (.=) , (.:) , (.:?) , (.!=)     , Object, Array+    , withObject, withText, withArray, withScientific, withBool     ) import Data.Aeson.Encode (encodeToTextBuilder) import Data.Aeson.Types (Pair, parseMaybe, parseEither, Parser)
yaml.cabal view
@@ -1,5 +1,5 @@ name:            yaml-version:         0.8.22.1+version:         0.8.23 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>, Anton Ageev <antage@gmail.com>,Kirill Simonov