diff --git a/elm.json b/elm.json index 4ac0577..f026b97 100644 --- a/elm.json +++ b/elm.json @@ -7,6 +7,7 @@ "dependencies": { "direct": { "elm/core": "1.0.5", + "elm/parser": "1.1.0", "elm-community/graph": "6.0.0", "robinheghan/murmur3": "1.0.0", "rtfeldman/elm-sorter-experiment": "2.1.1" diff --git a/nix/elm-srcs.nix b/nix/elm-srcs.nix index f625dd9..b662d11 100644 --- a/nix/elm-srcs.nix +++ b/nix/elm-srcs.nix @@ -15,6 +15,11 @@ version = "1.0.0"; }; + "elm/parser" = { + sha256 = "0a3cxrvbm7mwg9ykynhp7vjid58zsw03r63qxipxp3z09qks7512"; + version = "1.1.0"; + }; + "elm/browser" = { sha256 = "0nagb9ajacxbbg985r4k9h0jadqpp0gp84nm94kcgbr5sf8i9x13"; version = "1.0.2"; diff --git a/nix/registry.dat b/nix/registry.dat index 3790937..78c934b 100644 Binary files a/nix/registry.dat and b/nix/registry.dat differ diff --git a/sample-apps/elm.json b/sample-apps/elm.json index cf487ce..53601fd 100644 --- a/sample-apps/elm.json +++ b/sample-apps/elm.json @@ -10,6 +10,7 @@ "elm/browser": "1.0.2", "elm/core": "1.0.5", "elm/html": "1.0.0", + "elm/parser": "1.1.0", "elm/url": "1.0.0", "elm-community/graph": "6.0.0", "robinheghan/murmur3": "1.0.0", diff --git a/scripts/update-elm2nix.sh b/scripts/update-elm2nix.sh index a29fe8b..5351384 100755 --- a/scripts/update-elm2nix.sh +++ b/scripts/update-elm2nix.sh @@ -3,7 +3,7 @@ set -euo pipefail set -x ( - cd sample-app + cd sample-apps elm2nix convert > ../nix/elm-srcs.nix elm2nix snapshot