greskell-core 1.0.0.2 → 1.0.0.3
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~containersdep ~hashablePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: containers, hashable
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- greskell-core.cabal +3/−3
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for greskell-core +## 1.0.0.3 -- 2024-11-05++* Bump dependency version bounds.+ ## 1.0.0.2 -- 2024-09-12 * Update dependency version bounds with cabal-plan-bounds.
greskell-core.cabal view
@@ -1,5 +1,5 @@ name: greskell-core-version: 1.0.0.2+version: 1.0.0.3 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -33,12 +33,12 @@ build-depends: base ^>=4.13.0 || ^>=4.14.0 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0, aeson ^>=2.0.2 || ^>=2.1.0 || ^>=2.2.3, unordered-containers ^>=0.2.15,- hashable ^>=1.4.0,+ hashable ^>=1.4.0 || ^>=1.5.0, scientific ^>=0.3.7, text ^>=1.2.3 || ^>=2.0.2 || ^>=2.1, semigroups ^>=0.20, vector ^>=0.12.3 || ^>=0.13.0,- containers ^>=0.6.2,+ containers ^>=0.6.2 || ^>=0.7, uuid ^>=1.3.15, bytestring ^>=0.10.9 || ^>=0.11.3 || ^>=0.12.0