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

rest-wai compilation failure #110

Closed
snoyberg opened this issue Feb 24, 2015 · 3 comments
Closed

rest-wai compilation failure #110

snoyberg opened this issue Feb 24, 2015 · 3 comments

Comments

@snoyberg
Copy link

I'm not sure what exactly is triggering this, I can't reproduce reliably:

[1 of 1] Compiling Rest.Driver.Wai  ( src/Rest/Driver/Wai.hs, dist/build/Rest/Driver/Wai.o )

src/Rest/Driver/Wai.hs:47:28:
    Couldn't match type ‘CI.CI [Char]’ with ‘[Char]’
    Expected type: Network.HTTP.Types.Header.HeaderName -> String
      Actual type: CI.CI Char8.ByteString -> CI.CI [Char]
    In the first argument of ‘(***)’, namely
      ‘CI.mk . string . CI.original’
    In the first argument of ‘map’, namely
      ‘(CI.mk . string . CI.original *** string)’
    In the first argument of ‘(.)’, namely
      ‘map (CI.mk . string . CI.original *** string)’
@bergmark
Copy link
Member

Are you able to see which version of tostring is installed?

@snoyberg
Copy link
Author

Looks like 0.2.1.1

On Tue Feb 24 2015 at 4:25:59 PM Adam Bergmark notifications@github.com
wrote:

Are you able to see which version of tostring is installed?


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

@bergmark
Copy link
Member

Bah! Another lower bound.

http://hackage.haskell.org/package/rest-wai-0.1.0.7/revisions/

Thanks for the report!

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

2 participants