From 6e62e98e6786db6c23638fb426fa305547e79ca4 Mon Sep 17 00:00:00 2001 From: Phil Freeman Date: Mon, 5 Jun 2017 14:33:32 -0700 Subject: [PATCH] Updates for 0.11.5 (#77) * Updates for 0.11.5 * Use smolder v8.0.0 for now * Use smolder-v7.0.0 * Remove pux * Update packages.json --- .travis.yml | 2 +- packages.json | 267 ++++++++++++++------------------------------------ 2 files changed, 76 insertions(+), 193 deletions(-) diff --git a/.travis.yml b/.travis.yml index 04a04d2..56d4f38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ env: - PATH=$HOME/purescript:$HOME/psc-package:$PATH install: - - TAG=v0.11.2 + - TAG=v0.11.5 - PSC_PACKAGE_TAG=v0.1.1 - wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz - tar -xvf $HOME/purescript.tar.gz -C $HOME/ diff --git a/packages.json b/packages.json index 74b8436..26d2895 100644 --- a/packages.json +++ b/packages.json @@ -269,7 +269,7 @@ "arraybuffer-types": { "dependencies": [], "repo": "https://github.com/purescript-contrib/purescript-arraybuffer-types.git", - "version": "v1.0.0" + "version": "v2.0.0" }, "arrays": { "dependencies": [ @@ -1634,7 +1634,7 @@ "unsafe-coerce" ], "repo": "https://github.com/purescript-contrib/purescript-js-date.git", - "version": "v4.0.0" + "version": "v5.0.0" }, "js-timers": { "dependencies": [ @@ -1960,35 +1960,35 @@ }, "mmorph": { "dependencies": [ - "arrays", - "bifunctors", - "console", - "const", - "contravariant", - "control", - "distributive", - "eff", - "either", - "foldable-traversable", - "functors", - "identity", - "invariant", - "lazy", - "maybe", - "monoid", - "newtype", - "nonempty", - "partial", - "prelude", - "st", - "tailrec", - "transformers", - "tuples", - "unfoldable", - "unsafe-coerce" - ], - "repo":"https://github.com/Thimoteus/purescript-mmorph.git", - "version":"v3.0.0" + "arrays", + "bifunctors", + "console", + "const", + "contravariant", + "control", + "distributive", + "eff", + "either", + "foldable-traversable", + "functors", + "identity", + "invariant", + "lazy", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "st", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/Thimoteus/purescript-mmorph.git", + "version": "v3.0.0" }, "monoid": { "dependencies": [ @@ -2553,44 +2553,6 @@ "repo": "https://github.com/purescript/purescript-partial.git", "version": "v1.2.0" }, - "pipes": { - "dependencies": [ - "arrays", - "assert", - "bifunctors", - "console", - "const", - "contravariant", - "control", - "distributive", - "eff", - "either", - "foldable-traversable", - "functors", - "identity", - "invariant", - "lazy", - "lists", - "math", - "maybe", - "mmorph", - "monoid", - "newtype", - "nonempty", - "partial", - "prelude", - "proxy", - "st", - "strings", - "tailrec", - "transformers", - "tuples", - "unfoldable", - "unsafe-coerce" - ], - "repo":"https://github.com/felixSchl/purescript-pipes.git", - "version":"v4.0.0" - }, "phoenix": { "dependencies": [ "arrays", @@ -2631,6 +2593,44 @@ "repo": "https://github.com/brandonhamilton/purescript-phoenix", "version": "v3.0.0" }, + "pipes": { + "dependencies": [ + "arrays", + "assert", + "bifunctors", + "console", + "const", + "contravariant", + "control", + "distributive", + "eff", + "either", + "foldable-traversable", + "functors", + "identity", + "invariant", + "lazy", + "lists", + "math", + "maybe", + "mmorph", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "proxy", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/felixSchl/purescript-pipes.git", + "version": "v4.0.0" + }, "posix-types": { "dependencies": [ "control", @@ -2747,69 +2747,6 @@ "repo": "https://github.com/purescript/purescript-psci-support.git", "version": "v3.0.0" }, - "pux": { - "dependencies": [ - "aff", - "arraybuffer-types", - "arrays", - "assert", - "bifunctors", - "catenable-lists", - "colors", - "console", - "const", - "contravariant", - "control", - "css", - "datetime", - "distributive", - "dom", - "eff", - "either", - "enums", - "exceptions", - "foldable-traversable", - "foreign", - "functions", - "functors", - "generics", - "globals", - "identity", - "integers", - "invariant", - "js-date", - "js-timers", - "lazy", - "lists", - "maps", - "math", - "maybe", - "media-types", - "monoid", - "newtype", - "nonempty", - "nullable", - "parallel", - "partial", - "prelude", - "profunctor", - "proxy", - "react", - "refs", - "signal", - "smolder", - "st", - "strings", - "tailrec", - "these", - "transformers", - "tuples", - "unfoldable", - "unsafe-coerce" - ], - "repo": "https://github.com/alexmingoia/purescript-pux.git", - "version": "v9.1.0" - }, "quickcheck": { "dependencies": [ "arrays", @@ -3039,9 +2976,9 @@ "tuples", "unfoldable", "unsafe-coerce" - ], - "repo":"https://github.com/krisajenkins/purescript-remotedata", - "version":"v2.1.0" + ], + "repo": "https://github.com/krisajenkins/purescript-remotedata", + "version": "v2.1.0" }, "safely": { "dependencies": [ @@ -3193,60 +3130,6 @@ "repo": "https://github.com/bodil/purescript-signal.git", "version": "v9.0.0" }, - "slides": { - "dependencies": [ - "arraybuffer-types", - "arrays", - "bifunctors", - "catenable-lists", - "console", - "control", - "datetime", - "distributive", - "dom", - "eff", - "either", - "enums", - "exceptions", - "foldable-traversable", - "foreign", - "functions", - "gen", - "generics", - "globals", - "identity", - "integers", - "invariant", - "js-date", - "js-timers", - "lazy", - "list-zipper", - "lists", - "maps", - "math", - "maybe", - "media-types", - "monoid", - "newtype", - "nonempty", - "nullable", - "partial", - "prelude", - "proxy", - "psci-support", - "signal", - "smolder", - "st", - "strings", - "tailrec", - "transformers", - "tuples", - "unfoldable", - "unsafe-coerce" - ], - "repo": "https://github.com/soupi/purescript-slides.git", - "version": "v0.5.0" - }, "smolder": { "dependencies": [ "arrays", @@ -3277,7 +3160,7 @@ "unsafe-coerce" ], "repo": "https://github.com/bodil/purescript-smolder.git", - "version": "v7.0.0" + "version": "v9.0.0" }, "spec": { "dependencies": [ @@ -3336,8 +3219,8 @@ "unfoldable", "unsafe-coerce" ], - "repo":"https://github.com/owickstrom/purescript-spec.git", - "version":"v1.0.0" + "repo": "https://github.com/owickstrom/purescript-spec.git", + "version": "v1.0.0" }, "st": { "dependencies": [