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

currently incompatible with latest release of ghc #2

Open
jmchapman opened this issue May 26, 2016 · 1 comment
Open

currently incompatible with latest release of ghc #2

jmchapman opened this issue May 26, 2016 · 1 comment

Comments

@jmchapman
Copy link
Contributor

jmchapman commented May 26, 2016

ghc 8.0.1 has a problem with nested pattern synonyms which we are using:

pattern N = Atom ""
pattern Kind = Atom "Kind" :& N

https://ghc.haskell.org/trac/ghc/ticket/12007

This isn't something I think we should fix, just something to be aware of

@jmchapman jmchapman changed the title currently incompatible with ghc 8.0.1 currently incompatible with latest release of ghc May 26, 2016
@jmchapman
Copy link
Contributor Author

this seems to be fixed now in the as yet unreleased 8.0.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant