darcs patch: Haddockify ByteCode.CompileLib module

Wed Sep 27 20:36:27 EDT 2006 Samuel Bronson

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
participants (2)
-
Neil Mitchell
-
Samuel Bronson