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

Compile fail with GHC HEAD #41

Closed
snoyberg opened this issue May 22, 2013 · 5 comments
Closed

Compile fail with GHC HEAD #41

snoyberg opened this issue May 22, 2013 · 5 comments

Comments

@snoyberg
Copy link
Contributor

I get the following error message when using the newest GHC HEAD:

Network/BufferType.hs:57:10:
    Illegal instance declaration for ‛BufferType String’
      (All instance types must be of the form (T a1 ... an)
       where a1 ... an are *distinct type variables*,
       and each type variable appears at most once in the instance head.
       Use -XFlexibleInstances if you want to disable this.)
    In the instance declaration for ‛BufferType String’
Failed to install HTTP-4000.0.7
@23Skidoo
Copy link
Member

4000.2.8 compiles fine for me with GHC 7.7.20130720.

@juhp
Copy link
Contributor

juhp commented Sep 7, 2013

base needs a version bump now as of 7.7.20130828

I opened a pull request for this in issue 46.

@Fuuzetsu
Copy link
Member

Same error with The Glorious Glasgow Haskell Compilation System, version 7.7.20130904 for 4000.2.8

@schell
Copy link

schell commented Nov 7, 2013

I have the same issue, cabal versioning is forcing an attempt to compile 4000.0.7.

@hsenag
Copy link
Member

hsenag commented Mar 31, 2014

As far as I understand this is fixed or not reproducible in the latest version.

If there's a problem with cabal selecting an old version I'm not sure if there's anything much the HTTP package can do about it.

@hsenag hsenag closed this as completed Mar 31, 2014
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

6 participants