Skip to content
6 changes: 5 additions & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@
"version": "1.0.0",
"exposed-modules": [
"SeqDict",
"SeqSet"
"SeqSet",
"BiSeqDict",
"MultiSeqDict",
"MultiBiSeqDict"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"elm/bytes": "1.0.8 <= v < 2.0.0",
"elm/core": "1.0.0 <= v < 2.0.0",
"elm-community/list-extra": "8.5.1 <= v < 9.0.0",
Comment thread
CharlonTank marked this conversation as resolved.
Outdated
"lamdera/codecs": "1.0.0 <= v < 2.0.0"
},
"test-dependencies": {
Expand Down
Loading