Commit graph

18 commits

Author SHA1 Message Date
evancz
7dbb052b22 Load json representation of types with Template Haskell, so library files are the base truth of type information.
Make minor fixes in libraries, such as adding the Char labrary and fixing the types in the Dict library.
2013-03-16 22:24:18 -07:00
evancz
194b25958b Get everything compiling again. 2013-03-16 13:00:59 -07:00
evancz
99ae5c6ba0 Finish moving the compiler down a directory. 2013-03-16 12:07:32 -07:00
evancz
1822ebc160 Move the compiler down a directory, mostly. 2013-03-16 12:04:05 -07: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
Vincent Ambo
cdef603d8c * Language.Elm.Yesod
This module provides a very simple [elm| |] quasiquoter and a
generateWidget function to use elm in combination with Yesod's widget
system.
2012-05-28 16:08:25 +02:00
evancz
c4c5e3e1a1 More version number updating
Hopefully this won't happen so much anymore.
2012-05-27 19:20:07 -05:00
evancz
44b2e45380 Updates for version 0.1.1.6
Includes ExtractNoscript in the .cabal file and updates version numbers
as necessary.
2012-05-27 17:49:20 -05:00
evancz
ea05fbe3d9 Corrections for second release.
Had some install issues on different platforms, so fixed an ambiguity
with Control.Deepseq.force and removed some compilation flags.
2012-05-23 00:50:11 -04:00
evancz
8215dacbab Prepare for second release.
Add a Haskell library so that Elm code can be compiled directly in
Haskell. Clean up file names and fix up dependencies.
2012-05-22 23:45:19 -04:00
evancz
e041457bee Update build dependencies. 2012-05-20 01:07:59 -04:00
evancz
fea475180b Remove extra README file. 2012-04-26 23:47:37 -04:00
evancz
4e1760f7c9 Fix .cabal file more. Remove dependence on Types.hs from Parse/ParsePatterns.hs. 2012-04-26 04:19:55 -04:00
evancz
a31f71df8d Add source-repository to .cabal file. Also, added upper bound to base constraint. 2012-04-26 02:55:11 -04:00
evancz
c0860aaf7c Change version numbers and updated .cabal file. 2012-04-25 01:52:06 -04:00
evancz
62640abe29 Updated version number. 2012-04-24 19:17:07 -04:00
evancz
cb7d046f77 Added version lower bounds to .cabal file. Added an import for compatibility to Binop.hs. 2012-04-21 02:15:30 -04:00
evancz
a587ff5132 Initial commit. 2012-04-19 02:32:10 -04:00