packages feed

sexpresso 1.2.2.0 → 1.2.3.0

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for S-expresso +Version 1.2.3.0+--------------- +* Build with `text-2.0`+ Version 1.2.2.0 --------------- * Build with `megaparsec-9.3.0`
sexpresso.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           sexpresso-version:        1.2.2.0+version:        1.2.3.0 synopsis:       A flexible library for parsing and printing S-expression description:    Please see the README on GitHub at <https://github.com/archambaultv/sexpresso#readme> category:       Data@@ -46,7 +46,7 @@     , containers >=0.5 && <0.7     , megaparsec >=7.0 && <9.4.0     , recursion-schemes >=5.1 && <5.3-    , text >=0.2 && <1.3+    , text >=0.2 && <2.1   default-language: Haskell2010  test-suite sexpresso-test@@ -72,5 +72,5 @@     , tasty >=0.8     , tasty-hunit >=0.10.0.1     , tasty-smallcheck >=0.8-    , text >=0.2 && <1.3+    , text >=0.2 && <2.1   default-language: Haskell2010