[browse the whole enchilada thomashartman1@gmail.com**20081004135329] hunk ./runghcServerFail.sh 1 -# doesn't seem to do the right thing. -# server works, but login functionality is missing. -# runghc bug for compiling code with template haskell or... ??? -#runghc -isrc src/Main.hs 5001 - - rmfile ./runghcServerFail.sh hunk ./src/Controller.hs 148 - , browsedir "mytemplates" "templates" - , browsedirWith (ifHaskellFile [withRequest colorize]) "mysrc" "src" + , browsedir "projectroot" "." + , browsedir "templates" "templates" + , browsedirWith (ifHaskellFile [withRequest colorize]) "src" "src" hunk ./src/HAppSBrowse.hs 35 - return . toResponse . HtmlString $ f + -- serve as plain text file + return . toResponse $ f hunk ./templates/footer.st 4 - | browse templates - | browse hs files + | browse templates + | browse haskell files + | browse the whole enchilada