keter/incoming
2014-12-19 16:24:24 -06:00
..
foo Organize imports in foo1_0/hello.hs and remove unused extension. 2014-12-19 15:17:44 -06:00
foo1_0 Organize imports in foo1_0/hello.hs and remove unused extension. 2014-12-19 15:17:44 -06:00
websockets Run stylish-haskell on websockets chat example. 2014-12-19 16:21:07 -06:00
Makefile Add gitignore and cleanup options for websockets example bundle. 2014-12-19 16:24:24 -06:00
README.md Clarify results of example build. 2014-12-19 15:54:12 -06:00

Keter Configuration Examples

Build all examples:

$ make

The resulting build will attempt to use the cabal.sandbox.config in the parent directory to locate packages for the examples.

The resulting bundles are moved into the ./incoming folder and will be unpacked and served by Keter. You can use make clean to clean the incoming directory and remove all bundles.

Build Keter app bundle with V1.0 configuration syntax:

$ make foo1_0

Build Keter websocket app bundle:

$ make websockets

Build Keter app bundle with V0.4 configuration syntax:

$ make foo