Commit 4b13b0ff authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

Bump purescript to 0.13.5

parent b370c63c
...@@ -2352,11 +2352,11 @@ ...@@ -2352,11 +2352,11 @@
}, },
"read": { "read": {
"dependencies": [ "dependencies": [
"maybe",
"prelude", "prelude",
"maybe",
"strings" "strings"
], ],
"repo": "https://github.com/truqu/purescript-read.git", "repo": "https://github.com/truqu/purescript-read",
"version": "v1.0.1" "version": "v1.0.1"
}, },
"record": { "record": {
......
...@@ -222,7 +222,7 @@ let additions = ...@@ -222,7 +222,7 @@ let additions =
] ]
"https://github.com/slamdata/purescript-uri" "https://github.com/slamdata/purescript-uri"
"v7.0.0" "v7.0.0"
, read = mkPackage ["purescript-prelude", "purescript-maybe", "purescript-string"] , read = mkPackage ["prelude", "maybe", "strings"]
"https://github.com/truqu/purescript-read" "https://github.com/truqu/purescript-read"
"v1.0.1" "v1.0.1"
} }
......
...@@ -5177,10 +5177,10 @@ purescript-installer@^0.2.0: ...@@ -5177,10 +5177,10 @@ purescript-installer@^0.2.0:
which "^1.3.1" which "^1.3.1"
zen-observable "^0.8.14" zen-observable "^0.8.14"
purescript@^0.13.4: purescript@^0.13.5:
version "0.13.4" version "0.13.5"
resolved "https://registry.yarnpkg.com/purescript/-/purescript-0.13.4.tgz#8f61e54d8fb3be80e3666f443a463bec1a7a28b7" resolved "https://registry.yarnpkg.com/purescript/-/purescript-0.13.5.tgz#0b1621577c64390ee34908d772679b1e23b8edd1"
integrity sha512-wVvmdHpBJaxkqigkCNEmxvKElech8V+NWQtj0hQdL0Vhcd3SUFKbdIul9sN4ABOsfYIobKk/foI1VZbUuTJZEw== integrity sha512-nwCqlhPZKfm1HkZzEy91dC9vIoRcah226OkIfW0kiz7tPl+LddwAIVT2bdhfQwzu2XUhgOKmYbvn9nlbHlOGMQ==
dependencies: dependencies:
purescript-installer "^0.2.0" purescript-installer "^0.2.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment