Skip to content

Commit

Permalink
add elm-community/graph dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Dec 10, 2020
1 parent 3327d1f commit 81af998
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
5 changes: 4 additions & 1 deletion elm.json
Expand Up @@ -10,13 +10,16 @@
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/parser": "1.1.0",
"elm-community/graph": "6.0.0",
"rtfeldman/elm-sorter-experiment": "2.1.1"
},
"indirect": {
"avh4/elm-fifo": "1.0.4",
"elm/json": "1.1.3",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.2"
"elm/virtual-dom": "1.0.2",
"elm-community/intdict": "3.0.0"
}
},
"test-dependencies": {
Expand Down
21 changes: 18 additions & 3 deletions nix/elm-srcs.nix
Expand Up @@ -30,19 +30,34 @@
version = "1.0.5";
};

"elm/url" = {
sha256 = "0av8x5syid40sgpl5vd7pry2rq0q4pga28b4yykn9gd9v12rs3l4";
version = "1.0.0";
};

"elm-community/graph" = {
sha256 = "1rwsq2126q0rb4vmy95ajxfm3m063d6lw0p90d510nzcrbm9bxbc";
version = "6.0.0";
};

"elm/json" = {
sha256 = "0kjwrz195z84kwywaxhhlnpl3p251qlbm5iz6byd6jky2crmyqyh";
version = "1.1.3";
};

"avh4/elm-fifo" = {
sha256 = "1ka0iz2psr75h4qz7hh5z1prclah1nais9aaycaxapfd7inqmrrc";
version = "1.0.4";
};

"rtfeldman/elm-hex" = {
sha256 = "1y0aa16asvwdqmgbskh5iba6psp43lkcjjw9mgzj3gsrg33lp00d";
version = "1.0.0";
};

"elm/url" = {
sha256 = "0av8x5syid40sgpl5vd7pry2rq0q4pga28b4yykn9gd9v12rs3l4";
version = "1.0.0";
"elm-community/intdict" = {
sha256 = "09i1fk63gp6sr6kc6ccs8g0kxvqhw5czghi9cl8flizanrgcmva1";
version = "3.0.0";
};

"elm/time" = {
Expand Down
Binary file modified nix/registry.dat
Binary file not shown.
3 changes: 3 additions & 0 deletions playground/elm.json
Expand Up @@ -12,13 +12,16 @@
"elm/html": "1.0.0",
"elm/parser": "1.1.0",
"elm/url": "1.0.0",
"elm-community/graph": "6.0.0",
"rtfeldman/elm-css": "16.1.0",
"rtfeldman/elm-sorter-experiment": "2.1.1"
},
"indirect": {
"avh4/elm-fifo": "1.0.4",
"elm/json": "1.1.3",
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.2",
"elm-community/intdict": "3.0.0",
"rtfeldman/elm-hex": "1.0.0"
}
},
Expand Down

0 comments on commit 81af998

Please sign in to comment.