Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Fix compilation error on GHC-9.0 #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

msakai
Copy link
Contributor

@msakai msakai commented Oct 4, 2021

We need to remove spaces after ! in the strictness annotations.
Otherwise, GHC-9.0 interprets it as an infix operator instead of a strictness annotation.
https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0229-whitespace-bang-patterns.rst

Because GHC-9.0 interprets "! " as a an infix operator instead of a strictness annotation.
https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0229-whitespace-bang-patterns.rst
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant