Hello fellow happstackers,
Yesterday I released happstack-yui, see description on Hackage for more information:
I had hoped the documentation would have built today, but apparently the bundling breaks Hackage:
Fatal error: can't close dist/build/Happstack/Server/YUI/Bundle.o: No space left on device
The file is merely 18Mb though, so looks like Hackage has quotas in place. The package builds fine on my machine (GHC 7.4) and on the Travis CI service (GHC 7.0.3). You can build the documentation yourself:
cabal install --enable-documentation happstack-yui
And then browse somewhere in ~/.cabal/share/doc/happstack-yui-7351.1.0.
I'll consider moving the bundling to a separate package. In the mean time there's also a demo application that can serve as documentation:
Dag