brian
/
bad-datalog
Archived
1
0
Fork 0

add elm/parser

parser
Brian Hicks 2021-05-25 16:06:35 -05:00
parent b033750873
commit 932408a37d
5 changed files with 8 additions and 1 deletions

View File

@ -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"

View File

@ -15,6 +15,11 @@
version = "1.0.0";
};
"elm/parser" = {
sha256 = "0a3cxrvbm7mwg9ykynhp7vjid58zsw03r63qxipxp3z09qks7512";
version = "1.1.0";
};
"elm/browser" = {
sha256 = "0nagb9ajacxbbg985r4k9h0jadqpp0gp84nm94kcgbr5sf8i9x13";
version = "1.0.2";

Binary file not shown.

View File

@ -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",

View File

@ -3,7 +3,7 @@ set -euo pipefail
set -x
(
cd sample-app
cd sample-apps
elm2nix convert > ../nix/elm-srcs.nix
elm2nix snapshot