elm/compiler
ngunn ef4d1db45a Fix Elm.cabal missing elm-runtime.js
Move Build.hs (which builds elm-runtime.js) into a cabal build step (in compiler folder)
The elm exec and runtime should never get out of sync
Having a separate Build.hs file also causes problems when using cabal-dev

Moving elm-runtime.js into the dist/ folder also shows that it's generated (and cabal clean will remove it)

Similar for types.json (although whether this should be part of the build step, I don't know)
2013-03-14 14:28:49 +00:00
..
src Switch one of the names in the JSON representation of type info. 2013-03-14 01:47:29 -07:00
changelog.txt Rename elm/ to compiler/ to make things clearer. 2013-03-07 11:05:53 -08:00
Elm.cabal Fix Elm.cabal missing elm-runtime.js 2013-03-14 14:28:49 +00:00
LICENSE Rename elm/ to compiler/ to make things clearer. 2013-03-07 11:05:53 -08:00
Setup.hs Fix Elm.cabal missing elm-runtime.js 2013-03-14 14:28:49 +00:00