turbinado
turbinado copied to clipboard
MVC Web Framework for Haskell. See http://github.com/turbinado/turbinado-website for example code
`maybe x id` is equivalent to `fromMaybe x`
When i try to configure turbinado it complains for a number of dependencies that are already installed. Any help? maiz@modus-ponens:~/projetos/turbinado$ runghc Setup.lhs configure Configuring turbinado-0.7... Setup.lhs: At least the following...
From my simple form demo: The code: Hello, ! Generates: Hello, asdf ! Which renders as: Hello, asdf ! So we can't get that ! to butt up against asdf...
The current HAML support is minimal. Enhance to meet the specs on http://haml.hamptoncatlin.com/.
As part of the building process, build-turbinado copies dist/build/trturbinado/trturbinado as ~/bin. Now, I'm guessing it assumes ~/bin is a directory that is likely to be in my path (that's why...
I'm getting this error message when compiling turbinado. BTW, wouldn't it be possible to compile it with cabal only, so that I can do nice things such as cabal configure...