Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added contributing guide, early 9.4 support #20

Merged
merged 4 commits into from
Sep 3, 2022
Merged

Added contributing guide, early 9.4 support #20

merged 4 commits into from
Sep 3, 2022

Conversation

coot
Copy link
Collaborator

@coot coot commented Sep 2, 2022

  • Added LICENSE and NOTICE files
  • Added CONTRIBUTING.md document
  • Early support for GHC 9.4.2
  • Use GHC 9.2.4 in CI

@coot coot requested a review from bolt12 September 2, 2022 08:04
@coot coot self-assigned this Sep 2, 2022
CONTRIBUTING.md Outdated
# Contributing to io-sim

We designed `io-classes` to be as close as possible to what `base` package
provides. Almost all `IO` instances intstantiate with api provided by one of
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not entirely sure what you mean with the second sentence.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to convey they sprit of such insetances as this one.

CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
io-sim/src/Control/Monad/IOSim/Internal.hs Show resolved Hide resolved
io-sim/src/Control/Monad/IOSim/Internal.hs Show resolved Hide resolved
io-sim/src/Control/Monad/IOSimPOR/Internal.hs Show resolved Hide resolved
We still need:
* cborg
* serialise
which support 9.4.2.  Both are addressed in
well-typed/cborg#298
@coot
Copy link
Collaborator Author

coot commented Sep 2, 2022

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

@coot coot merged commit 2dee590 into main Sep 3, 2022
@coot coot deleted the coot/maitnance branch September 3, 2022 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants