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

Build fails with GHC 7.8 #14

Open
sethfowler opened this issue Apr 11, 2014 · 0 comments
Open

Build fails with GHC 7.8 #14

sethfowler opened this issue Apr 11, 2014 · 0 comments

Comments

@sethfowler
Copy link

Possibly due to changes in conduit? I haven't investigated.

Here's the build log:

Building cereal-conduit-0.0.3...
Preprocessing library cereal-conduit-0.0.3...
[1 of 1] Compiling Data.Conduit.Cereal ( Data/Conduit/Cereal.hs, dist/build/Data/Conduit/Cereal.o )

Data/Conduit/Cereal.hs:25:12:
    Not in scope: type constructor or class ‘DC.ResourceThrow’

Data/Conduit/Cereal.hs:28:30:
    Not in scope: data constructor ‘DC.SinkData’

Data/Conduit/Cereal.hs:28:44:
    ‘DC.sinkPush’ is not a (visible) constructor field name

Data/Conduit/Cereal.hs:29:44:
    ‘DC.sinkClose’ is not a (visible) constructor field name

Data/Conduit/Cereal.hs:33:38:
    Not in scope: data constructor ‘DC.Processing’

Data/Conduit/Cereal.hs:35:32: Not in scope: ‘DC.resourceThrow’

Data/Conduit/Cereal.hs:36:38:
    Not in scope: data constructor ‘DC.Processing’

Data/Conduit/Cereal.hs:37:39:
    Not in scope: data constructor ‘DC.Done’

Data/Conduit/Cereal.hs:41:53: Not in scope: ‘DC.resourceThrow’

Data/Conduit/Cereal.hs:44:14:
    Not in scope: type constructor or class ‘DC.Resource’
    Perhaps you meant ‘DC.Source’ (imported from Data.Conduit)
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

1 participant