litherum / cereal-conduit

Other
4 stars 6 forks source link

Doesn't build on latest haskell platform (on windows) #2

Closed ghost closed 12 years ago

ghost commented 12 years ago
>cabal install cereal-conduit
Resolving dependencies...
Configuring cereal-conduit-0.0.3...
Preprocessing library cereal-conduit-0.0.3...
Building 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) field of constructor `SinkData'

Data\Conduit\Cereal.hs:29:44:
    `DC.sinkClose' is not a (visible) field of constructor `SinkData'

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:41:53: Not in scope: `DC.resourceThrow'

Data\Conduit\Cereal.hs:44:14:
    Not in scope: type constructor or class `DC.Resource'
cabal: Error: some packages failed to install:
cereal-conduit-0.0.3 failed during the building phase. The exception was:
ExitFailure 1
litherum commented 12 years ago

http://hackage.haskell.org/package/cereal-conduit-0.0.4 Updated.