summaryrefslogtreecommitdiff
path: root/elm/elm.json
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-10-23 09:14:14 +0200
committerYorhel <git@yorhel.nl>2019-10-23 09:14:24 +0200
commitf51edc25a90a04c02b87bd97c6d104951ae9caeb (patch)
tree71b2eccf14036292908f83c591249e204712520d /elm/elm.json
parentbf06f76f3331eaf69263a673cac62e3a34304912 (diff)
Update to Elm 0.19.1
This version requires that all .elm files given to 'elm make' export a 'main' function, so we can't pass internal libraries anymore. I didn't feel like maintaining a separate list of entrypoints, lazy workaround: grep for elm files with a definition of 'main'.
Diffstat (limited to 'elm/elm.json')
-rw-r--r--elm/elm.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/elm/elm.json b/elm/elm.json
index 51aca1a7..6867e2b1 100644
--- a/elm/elm.json
+++ b/elm/elm.json
@@ -3,7 +3,7 @@
"source-directories": [
"."
],
- "elm-version": "0.19.0",
+ "elm-version": "0.19.1",
"dependencies": {
"direct": {
"elm/browser": "1.0.1",
@@ -27,4 +27,4 @@
"direct": {},
"indirect": {}
}
-} \ No newline at end of file
+}