packages feed

exploring-interpreters 1.4.0.0 → 1.5.0.0

raw patch · 2 files changed

+6/−3 lines, 2 filesdep ~aesondep ~exceptionsdep ~fgl

Dependency ranges changed: aeson, exceptions, fgl, haskeline, text

Files

CHANGELOG.md view
@@ -36,3 +36,6 @@  ## 1.3.0.0 -- 2022-01-13 * Bump and freeze haskeline dependency.++## 1.5.0.0 -- 2024-01-19+* Bump the text dependency, and bump + bound the aeson dependency.
exploring-interpreters.cabal view
@@ -1,7 +1,7 @@ cabal-version:       >=1.10  name:                exploring-interpreters-version:             1.4.0.0+version:             1.5.0.0 synopsis:            A generic exploring interpreter for exploratory programming -- synopsis: -- description:@@ -34,11 +34,11 @@       fgl >= 5.7.0 && < 5.8,       transformers >= 0.5.2 && < 0.6,       mtl          >= 2.2.1 && < 2.3,-      aeson                 >= 1.5.6,+      aeson                 >= 2.2.1 && < 2.3,       attoparsec            >= 0.14.1 && < 0.15,       bytestring            >= 0.10.10 && < 0.12,       scientific            >= 0.3.7 && < 0.4,-      text                  >= 1.2.4 && < 1.3,+      text                  >= 2.1 && < 2.2,       http-types            >= 0.12.3 && < 0.13,       network               >= 3.1.2 && < 3.2,       haskeline             ==0.8.2,