[Yhc] darcs patch: Haddockify ByteCode.CompileLib module

Neil Mitchell ndmitchell at gmail.com
Thu Sep 28 06:46:20 EDT 2006


Hi Samuel,

Thanks for all the patches. I applied all but that last one:

>   * Haddockify ByteCode.CompileLib module

Which leads to:

ghc -i./src/compiler98 -idepends/cpphs -idepends/filepath -c src\compiler98\Byte
Code\Compile.hs -o src\compiler98\ByteCode\Compile.obj

src/compiler98/ByteCode/Compile.hs:151:35: Not in scope: `evaled'

src/compiler98/ByteCode/Compile.hs:156:15: Not in scope: `cUnproject'

src/compiler98/ByteCode/Compile.hs:176:15: Not in scope: `cUnproject'

src/compiler98/ByteCode/Compile.hs:219:11: Not in scope: `cUnproject'

src/compiler98/ByteCode/Compile.hs:224:13: Not in scope: `cUnproject'

src/compiler98/ByteCode/Compile.hs:232:14: Not in scope: `cUnproject'
scons: *** [src\compiler98\ByteCode\Compile.obj] Error 1
scons: building terminated because of errors.

I guess in introducing a module header you missed a few exported functions?

Thanks

Neil


More information about the Yhc mailing list