sayo-hs / heftia

higher-order algebraic effects done right for Haskell
Mozilla Public License 2.0
64 stars 2 forks source link

Update dependency versions #11

Closed ymdryo closed 1 month ago

ymdryo commented 2 months ago
$ cabal outdated
Outdated dependencies:
base >=4.16 && <4.17 (latest: 4.20.0.1)
containers >=0.6.5 && <0.7 (latest: 0.7)
mtl >=2.2.2 && <2.3 (latest: 2.3.1)
time >=1.11.1 && <1.12 (latest: 1.14)
transformers >=0.5.6 && <0.6 (latest: 0.6.1.1)
base >=4.16 && <4.17 (latest: 4.20.0.1)
base >=4.16 && <4.17 (latest: 4.20.0.1)
base >=4.16 && <4.17 (latest: 4.20.0.1)
time >=1.11.1 && <1.12 (latest: 1.14)
base >=4.16 && <4.17 (latest: 4.20.0.1)
base >=4.16 && <4.17 (latest: 4.20.0.1)
base >=4.16 && <4.17 (latest: 4.20.0.1)
base >=4.16 && <4.17 (latest: 4.20.0.1)
base >=4.16 && <4.17 (latest: 4.20.0.1)
tasty >=1.4 && <1.5 (latest: 1.5.1)
tomjaguarpaw commented 1 month ago

In particular the base dependency means that heftia only works with GHC 9.2.

ymdryo commented 1 month ago

I have updated the GHC version on my PC to 9.8.2. The next version (v0.4) should catch up to nearly the latest dependency versions. Please stay tuned.

ymdryo commented 1 month ago

In Heftia v0.4, I've added support for GHC 9.4.1 and later. It should now work with the current GHC versions. Support for versions prior to GHC 9.4.1 has been dropped.