input-output-hk / io-sim

Haskell's IO simulator which closely follows core packages (base, async, stm).
https://hackage.haskell.org/package/io-sim
Apache License 2.0
37 stars 15 forks source link

Added contributing guide, early 9.4 support #20

Closed coot closed 2 years ago

coot commented 2 years ago
coot commented 2 years ago

These are the settings one needs to add to cabal.project.local file right now to build it with ghc-9.4.

allow-newer: typed-protocols-cborg:base
           , typed-protocols-examples:base
           , cborg:base
           , cborg:ghc-prim
           , cborg:primitive
           , serialise:ghc-prim
           , serialise:time
           , serialise:text
           , serialise:bytestring