Skip to content

Commit

Permalink
add elm/parser
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed May 25, 2021
1 parent b033750 commit 932408a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions elm.json
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions nix/elm-srcs.nix
Expand Up @@ -15,6 +15,11 @@
version = "1.0.0";
};

"elm/parser" = {
sha256 = "0a3cxrvbm7mwg9ykynhp7vjid58zsw03r63qxipxp3z09qks7512";
version = "1.1.0";
};

"elm/browser" = {
sha256 = "0nagb9ajacxbbg985r4k9h0jadqpp0gp84nm94kcgbr5sf8i9x13";
version = "1.0.2";
Expand Down
Binary file modified nix/registry.dat
Binary file not shown.
1 change: 1 addition & 0 deletions sample-apps/elm.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion scripts/update-elm2nix.sh
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail
set -x

(
cd sample-app
cd sample-apps

elm2nix convert > ../nix/elm-srcs.nix
elm2nix snapshot
Expand Down

0 comments on commit 932408a

Please sign in to comment.