Commit graph

14 commits

Author SHA1 Message Date
evancz
6ac414c79e Make changes to get Dict and Set working as expected.
Add a note to elm-server indicating that you don't need to restart to recompile code.
2012-12-12 22:52:32 -08:00
evancz
28c3a711ed New version of Pong. Update version numbers. 2012-12-08 12:53:16 -08:00
evancz
b2147418e0 Show version numbers correctly. 2012-10-03 03:17:09 -04:00
evancz
253e768e62 Get runtime location working properly. 2012-10-03 02:47:46 -04:00
evancz
e192d530c7 Ensure that elm-server knows where the elm runtime lives. Now users do not need to worry about that. Update version numbers. 2012-10-02 15:59:06 -04:00
evancz
f5e3ad4696 Update version number for elm-server. 2012-09-13 21:42:34 -07:00
evancz
c3ec869afb Correct version number for elm-server, and disable noscript generation by default. You get indexed by Google and Bing without out it. I think it is formatted poorly, so they assume it is SEO. 2012-06-29 16:19:19 -05:00
evancz
2fc6769011 Update version numbers 2012-06-28 13:01:09 -05:00
evancz
9069fcaa92 Generalize equality. Equality is now derived for all values (in the spirit of OCaml). Also bump version numbers. 2012-06-10 07:58:11 -05:00
evancz
8aa49ebba4 Bump version number to depend on latest build of Elm. 2012-06-09 23:10:17 -05:00
evancz
2267cd20d7 Get rid of warnings and update the version numbers in Compiler.hs and Server.hs. Get .cabal up to date for both packages. 2012-05-30 17:01:54 -05:00
evancz
a6cf0d2815 Expose fewer internal functions, making more information available only through toHtml :: String -> Html and toParts :: String -> (Html, String, String). Make the required changes to dependent files. Yesod.hs still needs one fix though. 2012-05-29 13:25:43 -05:00
Vincent Ambo
08287fcea7 * modified elm-server
Elm-server now works with the "new" structure of Elm as well. The elm
package exports Language.Elm.generateHtml which is equivalent to the
compileToHtml function of the old Language.Elm package.

Since a dependency on blaze exists either way, a separate elm-blaze
package is not necessary.
2012-05-28 16:56:13 +02:00
Vincent Ambo
f2e8703a2b * restructuring, part #1
I am splitting the elm package up into several packages, elm itself
which exports the Language.Elm* modules and builds the compiler
executable, elm-server which contains the standalone, Happstack-based
Elm server and elm-yesod, which provides the generateWidget function
for using Elm together with Yesod.
2012-05-28 16:43:56 +02:00
Renamed from src/Server.hs (Browse further)