-
Notifications
You must be signed in to change notification settings - Fork 817
base-unicode-symbols 0.2.3 #4156
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
Comments
bergmark
added a commit
that referenced
this issue
Nov 21, 2018
3 tasks
laserpants
added a commit
to laserpants/fuzzyset-haskell
that referenced
this issue
Nov 22, 2018
@laserpants I can't get 0.1.0.7 to compile againt 0.2.3:
|
Sorry about that. I think I get it now. I submitted a pull request
to base-unicode-symbols a while ago, introducing the U+2212 minus sign, and
apparently it was accepted in 0.2.3. I added a #if
!MIN_VERSION_base_unicode_symbols(0,2,3) macro to avoid this conflict when
a recent version of this package is used, so hopefully it should work now.
It is now pushed to Hackage as version 0.1.0.8
<http://hackage.haskell.org/package/fuzzyset-0.1.0.8>.
…On Mon, Nov 26, 2018 at 7:47 PM Adam Bergmark ***@***.***> wrote:
@laserpants <https://github.com/laserpants> I can't get 0.1.0.7 to
compile againt 0.2.3:
src/Data/FuzzySet/Util.hs:10:5: error:
Ambiguous occurrence ‘−’
It could refer to either ‘Prelude.Unicode.−’,
imported from ‘Prelude.Unicode’ at src/Data/FuzzySet/Util.hs:18:1-22
or ‘Data.FuzzySet.Util.−’,
defined at src/Data/FuzzySet/Util.hs:74:1
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4156 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACFP_YJrhFBozbEDu6UmdcElcQ2j2X8Tks5uzBsugaJpZM4YskSN>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
base-unicode-symbols-0.2.3 (Alexander Altman [email protected] @pthariensflame) is out of bounds for:
If you can, please try to have a bound on the major version such as
== 0.2.*
to prevent a stackage issue on every release of dependencies.The text was updated successfully, but these errors were encountered: