jaspervdj / digestive-functors

A general way to consume input using applicative functors
149 stars 71 forks source link

Compiled splice updates to df-heist #59

Closed mightybyte closed 11 years ago

mightybyte commented 11 years ago

We're making substantial use of this functionality, so I think it's ready to release.

jaspervdj commented 11 years ago

Awesome, thanks.

jaspervdj commented 11 years ago

Compilation fails for me, with heist-0.11.0:

digestive-functors-heist$ cabal build
Building digestive-functors-heist-0.6.1.0...
Preprocessing library digestive-functors-heist-0.6.1.0...
[1 of 2] Compiling Text.Digestive.Heist ( src/Text/Digestive/Heist.hs, dist/build/Text/Digestive/Heist.o )
[2 of 2] Compiling Text.Digestive.Heist.Compiled ( src/Text/Digestive/Heist/Compiled.hs, dist/build/Text/Digestive/Heist/Compiled.o )

src/Text/Digestive/Heist/Compiled.hs:181:17:
    Not in scope: `runAttributesRaw'
    Perhaps you meant `runAttributes' (imported from Heist.Compiled)

src/Text/Digestive/Heist/Compiled.hs:217:17:
    Not in scope: `runAttributesRaw'
    Perhaps you meant `runAttributes' (imported from Heist.Compiled)

src/Text/Digestive/Heist/Compiled.hs:234:17:
    Not in scope: `runAttributesRaw'
    Perhaps you meant `runAttributes' (imported from Heist.Compiled