brian
/
bad-datalog
Archived
1
0
Fork 0

add elm-community/graph dependency

fresh-start
Brian Hicks 2020-12-10 05:18:14 -06:00
parent 3327d1f8e4
commit 81af998f5c
4 changed files with 25 additions and 4 deletions

View File

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

View File

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

Binary file not shown.

View File

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