packages feed

yaml-streamly 0.12.3 → 0.12.4

raw patch · 3 files changed

+6/−2 lines, 3 files

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # ChangeLog for yaml-streamly +## 0.12.4++* fix test suite with aeson >= 2.2.0.0+ ## 0.12.3  * fix build with aeson >= 2.2.0.0
test/Data/Yaml/IncludeSpec.hs view
@@ -6,7 +6,7 @@ import           Data.List (isPrefixOf) import qualified Data.ByteString.Lazy as LB import           Data.Aeson-import           Data.Aeson.Internal (JSONPathElement(..))+import           Data.Aeson.Types (JSONPathElement(..)) import           Data.Yaml.Include import           Data.Yaml.Internal import           Text.Libyaml (YamlException(YamlException))
yaml-streamly.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.2 name:               yaml-streamly-version:            0.12.3+version:            0.12.4 synopsis:           Support for parsing and rendering YAML documents. description:        Rewrite of yaml in streamly category:           Data