Add unordered-collections

This commit is contained in:
Stefan Fehrenbach 2018-06-05 11:34:45 +01:00
parent 6b46453e11
commit ccccbc8934

View file

@ -1199,6 +1199,19 @@
"repo": "https://github.com/purescript-contrib/purescript-unicode.git",
"version": "v4.0.0"
},
"unordered-collections": {
"dependencies": [
"prelude",
"tuples",
"foldable-traversable",
"maybe",
"record",
"enums",
"integers"
],
"repo": "https://github.com/fehrenbach/purescript-unordered-collections.git",
"version": "v1.0.1"
},
"unsafe-coerce": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-unsafe-coerce",