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

"Header not in scope" in examples/basic.hs #53

Closed
anthonyfinch opened this issue Nov 12, 2013 · 2 comments
Closed

"Header not in scope" in examples/basic.hs #53

anthonyfinch opened this issue Nov 12, 2013 · 2 comments
Assignees

Comments

@anthonyfinch
Copy link

Just taking a look at the example code, running examples/basic.hs errors out with:

examples/basic.hs:41:9:
Not in scope: header' Perhaps you meant one of these: head' (imported from Prelude),
`T.head' (imported from Data.Text.Lazy)

I was able to get it running by just using setHeader instead of header - is this a correct change or am I missing something?

@co-dan
Copy link
Contributor

co-dan commented Nov 12, 2013

Yep, header should be changed to setHeader (cc @xich)

@ghost ghost assigned xich Nov 13, 2013
@xich
Copy link
Member

xich commented Dec 5, 2013

Fixed in cbda1e6

@xich xich closed this as completed Dec 5, 2013
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