Merge pull request #194 from justinwoo/sort-dependencies

sort dependencies using https://github.com/purescript/psc-package/pull/118
This commit is contained in:
Justin Woo 2018-06-09 16:13:36 +02:00 committed by GitHub
commit 41ee515bff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -298,13 +298,13 @@
}, },
"filterable": { "filterable": {
"dependencies": [ "dependencies": [
"foldable-traversable",
"arrays", "arrays",
"either",
"lists",
"ordered-collections",
"assert", "assert",
"console" "console",
"either",
"foldable-traversable",
"lists",
"ordered-collections"
], ],
"repo": "https://github.com/LiamGoodacre/purescript-filterable.git", "repo": "https://github.com/LiamGoodacre/purescript-filterable.git",
"version": "v3.0.0" "version": "v3.0.0"
@ -396,8 +396,8 @@
"dependencies": [ "dependencies": [
"const", "const",
"exists", "exists",
"lists", "gen",
"gen" "lists"
], ],
"repo": "https://github.com/ethul/purescript-freeap.git", "repo": "https://github.com/ethul/purescript-freeap.git",
"version": "v5.0.0" "version": "v5.0.0"
@ -1233,13 +1233,13 @@
}, },
"unordered-collections": { "unordered-collections": {
"dependencies": [ "dependencies": [
"prelude",
"tuples",
"foldable-traversable",
"maybe",
"record",
"enums", "enums",
"integers" "foldable-traversable",
"integers",
"maybe",
"prelude",
"record",
"tuples"
], ],
"repo": "https://github.com/fehrenbach/purescript-unordered-collections.git", "repo": "https://github.com/fehrenbach/purescript-unordered-collections.git",
"version": "v1.0.1" "version": "v1.0.1"