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

ide-backend-common broken by text update #281

Closed
peti opened this issue May 23, 2015 · 2 comments
Closed

ide-backend-common broken by text update #281

peti opened this issue May 23, 2015 · 2 comments

Comments

@peti
Copy link

peti commented May 23, 2015

Citing from http://hydra.cryp.to/build/884490/log/raw:

IdeSession/Util.hs:315:10:
    Duplicate instance declarations:
      instance Binary Text -- Defined at IdeSession/Util.hs:315:10
      instance Binary Text -- Defined in ‘Data.Text’
@urbanslug
Copy link
Contributor

Hmmm I just experienced this and was going to post an issue actually. Could a good temporary fix be depending on the previous version of text? I have commented out the Binary instance of Text in IdeSession/Util.hs and it built successfully. I want to see what effect this has.

@snoyberg
Copy link
Member

Thanks, fix pushed and released to Hackage

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

3 participants