om-legion 6.9.0.8 → 6.9.0.9
raw patch · 2 files changed
+10/−4 lines, 2 filesdep ~basedep ~http-api-dataPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, http-api-data
API changes (from Hackage documentation)
Files
- changelog.md +5/−0
- om-legion.cabal +5/−4
+ changelog.md view
@@ -0,0 +1,5 @@+# Changelog++## 6.9.0.9++- Supports GHC 9.14.
om-legion.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: om-legion-version: 6.9.0.8+version: 6.9.0.9 synopsis: Legion Framework. description: Framework for managing shared, replicated state across a number of homogeneous nodes.@@ -9,25 +9,26 @@ license-file: LICENSE author: Rick Owens maintainer: rick@owensmurray.com-copyright: 2022 Owens Murray, LLC.+copyright: 2026 Owens Murray, LLC. category: Network build-type: Simple extra-source-files: LICENSE README.md+ changelog.md common dependencies build-depends: , aeson >= 2.2.1.0 && < 2.3 , async >= 2.2.5 && < 2.3- , base >= 4.19.0.0 && < 4.22+ , base >= 4.19.0.0 && < 4.23 , binary >= 0.8.9.1 && < 0.9 , bytestring >= 0.12.0.2 && < 0.13 , clock >= 0.8.4 && < 0.9 , containers >= 0.6.8 && < 0.8 , crdt-event-fold >= 1.8.1.0 && < 1.9 , data-default-class >= 0.1.2.0 && < 0.3- , http-api-data >= 0.6 && < 0.7+ , http-api-data >= 0.6 && < 0.8 , monad-logger >= 0.3.40 && < 0.4 , mtl >= 2.3.1 && < 2.4 , network >= 3.1.4.0 && < 3.3