From c0de06af010ee5c4be898a32f427b1359c25be4e Mon Sep 17 00:00:00 2001 From: sigma-andex <77549848+sigma-andex@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:03:38 +0100 Subject: [PATCH] Update bower.json --- bower.json | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 9147569..88e4379 100644 --- a/bower.json +++ b/bower.json @@ -19,32 +19,39 @@ "purescript-bifunctors": "^v6.0.0", "purescript-console": "^v6.0.0", "purescript-control": "^v6.0.0", + "purescript-debug": "^v6.0.0", "purescript-effect": "^v4.0.0", - "purescript-either": "^v6.0.0", + "purescript-either": "^v6.1.0", + "purescript-exceptions": "^v6.0.0", "purescript-foldable-traversable": "^v6.0.0", "purescript-foreign-object": "^v4.0.0", + "purescript-functions": "^v6.0.0", "purescript-js-uri": "https://github.com/purescript-contrib/purescript-js-uri.git#v3.0.0", "purescript-justifill": "https://github.com/i-am-the-slime/purescript-justifill.git#v0.5.0", + "purescript-lists": "^v7.0.0", + "purescript-literals": "https://github.com/rowtype-yoga/purescript-literals.git#v1.0.2", "purescript-maybe": "^v6.0.0", "purescript-newtype": "^v5.0.0", "purescript-node-buffer": "^v8.0.0", "purescript-node-fs": "^v8.0.0", "purescript-node-http": "^v8.0.0", - "purescript-node-net": "^v4.0.0", "purescript-node-process": "^v10.0.0", "purescript-node-streams": "^v7.0.0", "purescript-options": "^v7.0.0", "purescript-ordered-collections": "^v3.0.0", "purescript-posix-types": "^v6.0.0", - "purescript-prelude": "^v6.0.0", + "purescript-prelude": "^v6.0.1", "purescript-profunctor": "^v6.0.0", "purescript-record": "^v4.0.0", "purescript-refs": "^v6.0.0", "purescript-routing-duplex": "^v0.6.0", - "purescript-strings": "^v6.0.0", + "purescript-safe-coerce": "^v2.0.0", + "purescript-strings": "^v6.0.1", "purescript-transformers": "^v6.0.0", "purescript-tuples": "^v7.0.0", "purescript-type-equality": "^v4.0.1", - "purescript-typelevel-prelude": "^v7.0.0" + "purescript-typelevel-prelude": "^v7.0.0", + "purescript-unsafe-coerce": "^v6.0.0", + "purescript-untagged-union": "https://github.com/rowtype-yoga/purescript-untagged-union.git#v1.0.0" } }