Skip to content

Commit

Permalink
Bump yaml-streamly to 0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Apr 22, 2024
1 parent 36063f2 commit f3adc20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions yaml-streamly/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog for yaml-streamly

## 0.12.5

* migrate to streamly-core

## 0.12.4

* fix test suite with aeson >= 2.2.0.0
Expand Down
6 changes: 3 additions & 3 deletions yaml-streamly/yaml-streamly.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: yaml-streamly
version: 0.12.4
version: 0.12.5
synopsis: Support for parsing and rendering YAML documents.
description: Rewrite of yaml in streamly
category: Data
Expand Down Expand Up @@ -73,7 +73,7 @@ library
, deepseq
, directory
, filepath
, libyaml-streamly >=0.2.1
, libyaml-streamly >=0.2.3.0
, mtl
, safe-exceptions
, scientific >=0.3
Expand Down Expand Up @@ -177,7 +177,7 @@ test-suite spec
, directory
, hspec >=1.3
, HUnit
, libyaml-streamly >=0.2.1
, libyaml-streamly >=0.2.3.0
, mockery
, raw-strings-qq
, scientific >=0.3
Expand Down

0 comments on commit f3adc20

Please sign in to comment.