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

Ambiguous occurrence ‘die’ (GHC 7.10) #100

Closed
Fuuzetsu opened this issue Mar 28, 2015 · 5 comments
Closed

Ambiguous occurrence ‘die’ (GHC 7.10) #100

Fuuzetsu opened this issue Mar 28, 2015 · 5 comments

Comments

@Fuuzetsu
Copy link

SetupWrapper.hs:91:17:
Ambiguous occurrence ‘die’
It could refer to either ‘Distribution.Simple.Utils.die’,
imported from ‘Distribution.Simple.Utils’ at SetupWrapper.hs:8:1-32
or ‘System.Exit.die’,
imported from ‘System.Exit’ at SetupWrapper.hs:21:1-18

@GeorgeCo
Copy link

basically, the same problem was in glib, reported in #87, I would think the fix is the same

@peti
Copy link
Contributor

peti commented Apr 3, 2015

It appears that the fix is in Git already (e150f44). It's just that no update has been released to Hackage for the last 3 months.

@edsko
Copy link

edsko commented Apr 3, 2015

Bump. This issue is the only problem stopping the gtk bindings from building on GHC 7.10.

@GeorgeCo
Copy link

GeorgeCo commented Apr 3, 2015

seems to be fixed now, I can install gtk on ghc 7.10.1

On Fri, Apr 3, 2015 at 1:34 PM, Edsko de Vries notifications@github.com
wrote:

Bump. This issue is the only problem stopping the gtk bindings from
building on GHC 7.10.


Reply to this email directly or view it on GitHub
#100 (comment).

@hamishmack
Copy link
Contributor

Was waiting to fix #88 before updating hackage (since it also prevented installing on 7.10.1). Both should be fixed in hackage now.

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

5 participants