2 pages tagged with "happstack"
Building a REST application server in Haskell Part 1
November 07, 2010 - 453 words - 3 mins
As mentioned previously, I’m boning up on Haskell. I prefer to learn by doing, so I’m attempting to build a functioning application as part of the process. I’ve struggled to find much entry level (real application) source code, so I'll be posting my progress as I go in the hope that it will help oth…
read more
happstack-util build failure on OS X
October 22, 2010 - 99 words - 1 mins
Attempting to cabal install happstack on OS X resulted in numerous errors, including:
ghc: could not execute: /Library/Frameworks/GHC.framework/Versions/612/usr/lib/ghc-6.12.3/ghc-asm
There’s a bug with the Haskell platform installer for OS X — the shebang line in the file /Library/Frameworks/GHC.…
read more