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

Fixing ghc 7.1.20101213 #2

Merged
3 commits merged into from
Dec 21, 2010
Merged

Conversation

adept
Copy link

@adept adept commented Dec 14, 2010

Seems like cabal is explicitly passing -XHaskell98, so NondecreasingIndentation needs to be explicitly enabled with GHC >= 7.0

@adept
Copy link
Author

adept commented Dec 16, 2010

Added one more patch for versions past 20101215.

@tibbe
Copy link
Member

tibbe commented Dec 21, 2010

Doesn't compile with 7.0.1 so you might have to update the version check:

Warning: Unknown extensions: NondecreasingIndentation
cabal: The package network-2.3.0.1 requires the following language extensions
which are not supported by ghc-7.0.1: NondecreasingIndentation

…stances for 7.0.2 and up, since 7.0.1 works without them
@adept
Copy link
Author

adept commented Dec 21, 2010

Fixed, thanks

@tibbe
Copy link
Member

tibbe commented Dec 21, 2010

Applied. Thanks!

This pull request was closed.
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

Successfully merging this pull request may close these issues.

2 participants