Merge pull request #189 from fehrenbach/master

Add unordered-collections
This commit is contained in:
Justin Woo 2018-06-05 13:40:22 +03:00 committed by GitHub
commit ca9890d2bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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