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

Remove the default value for the integer-simple flag. #96

Merged
merged 1 commit into from Dec 16, 2014

Conversation

acw
Copy link
Contributor

@acw acw commented Oct 22, 2014

Using a default seems to require users to explicitly override the flag if they
want to enable it. Leaving it off allows Cabal to automatically figure out the
proper value of the flag, which is handy, especially when text is at the bottom
of a long dependency chain.

Using a default seems to require users to explicitly override the flag if they
want to enable it. Leaving it off allows Cabal to automatically figure out the
proper value of the flag, which is handy, especially when text is at the bottom
of a long dependency chain.
@bos
Copy link
Contributor

bos commented Dec 12, 2014

I wonder if @dcoutts or @TomMD could weigh in on this?

@TomMD wrote the integer-simple support, and alas I do not understand whatever magic Cabal performs in this situation. So unless one of them can provide a positive opinion that this will not break people's existing setups, I am inclined to leave your pull request unmerged.

@TomMD
Copy link
Contributor

TomMD commented Dec 13, 2014

I am fine with this change. Also note that my uses (most uses?) of integer-simple will disappear once library GMP bindings are no longer a problem as I understand will be the case with GHC 7.10.

bos added a commit that referenced this pull request Dec 16, 2014
Remove the default value for the integer-simple flag.
@bos bos merged commit d715212 into haskell:master Dec 16, 2014
bos added a commit that referenced this pull request Feb 18, 2015
Remove the default value for the integer-simple flag.
@scravy
Copy link

scravy commented Mar 25, 2015

This change breaks the build of several packages that depend on text. integer-simple is not on hackage and so cabal build will fail. Cabal does not correctly infer the value for this.

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.

None yet

4 participants