Commit 52392ed4 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[purs] upgrade to 0.14.3

parent 25aa3eae
Pipeline #1612 canceled with stage
...@@ -2082,8 +2082,8 @@ ...@@ -2082,8 +2082,8 @@
"markdown", "markdown",
"smolder" "smolder"
], ],
"repo": "https://github.com/poorscript/purescript-markdown-smolder", "repo": "https://github.com/hgiasac/purescript-markdown-smolder",
"version": "2021-06-22" "version": "v2.2.0"
}, },
"math": { "math": {
"dependencies": [], "dependencies": [],
...@@ -3319,16 +3319,26 @@ ...@@ -3319,16 +3319,26 @@
"reactix": { "reactix": {
"dependencies": [ "dependencies": [
"aff", "aff",
"arrays",
"dom-simple", "dom-simple",
"effect", "effect",
"ffi-simple", "ffi-simple",
"foldable-traversable",
"functions", "functions",
"maybe",
"nullable", "nullable",
"prelude", "prelude",
"psci-support",
"refs",
"spec",
"spec-mocha",
"strings",
"tuples",
"unfoldable",
"unsafe-coerce" "unsafe-coerce"
], ],
"repo": "https://github.com/irresponsible/purescript-reactix", "repo": "https://github.com/irresponsible/purescript-reactix",
"version": "v0.4.11" "version": "v0.4.12"
}, },
"read": { "read": {
"dependencies": [ "dependencies": [
...@@ -4108,7 +4118,7 @@ ...@@ -4108,7 +4118,7 @@
"typisch" "typisch"
], ],
"repo": "https://github.com/poorscript/purescript-toestand", "repo": "https://github.com/poorscript/purescript-toestand",
"version": "v0.6.1" "version": "v0.6.2"
}, },
"toppokki": { "toppokki": {
"dependencies": [ "dependencies": [
......
...@@ -5,8 +5,8 @@ import ...@@ -5,8 +5,8 @@ import
pkgs.fetchFromGitHub { pkgs.fetchFromGitHub {
owner = "justinwoo"; owner = "justinwoo";
repo = "easy-purescript-nix"; repo = "easy-purescript-nix";
rev = "47bdc016c7d56e987ca1aca690b1d6c9816a8584"; rev = "bbef4245cd6810ea84e97a47c801947bfec9fadc";
sha256 = "051fzxd03y0c63sll2bhn0h66dywy9lw6ylyh5vq8fymvix20q94"; sha256 = "00764zbwhbn61jwb5px2syzi2f9djyl8fmbd2p8wma985af54iwx";
} }
) { ) {
inherit pkgs; inherit pkgs;
......
...@@ -480,11 +480,11 @@ ...@@ -480,11 +480,11 @@
}; };
"markdown-smolder" = { "markdown-smolder" = {
name = "markdown-smolder"; name = "markdown-smolder";
version = "2021-06-22"; version = "v2.2.0";
src = pkgs.fetchgit { src = pkgs.fetchgit {
url = "https://github.com/poorscript/purescript-markdown-smolder"; url = "https://github.com/hgiasac/purescript-markdown-smolder";
rev = "2021-06-22"; rev = "v2.2.0";
sha256 = "0m1jjfzwn4qz30ri9f0yj08p55l06a8mqdcw0n3rgcg0dxsvlgnm"; sha256 = "1zlchz0qrhn89ih4rsywjqilm1lcffchjm8za53z2wh16kd3287w";
}; };
}; };
"math" = { "math" = {
...@@ -750,11 +750,11 @@ ...@@ -750,11 +750,11 @@
}; };
"reactix" = { "reactix" = {
name = "reactix"; name = "reactix";
version = "v0.4.11"; version = "v0.4.12";
src = pkgs.fetchgit { src = pkgs.fetchgit {
url = "https://github.com/irresponsible/purescript-reactix"; url = "https://github.com/irresponsible/purescript-reactix";
rev = "v0.4.11"; rev = "v0.4.12";
sha256 = "1prxqww81lk32cp4mr318yanvf51kf9hz7x4n6rxdbcprj27710d"; sha256 = "0xm01r4b7k54qyrs4v76i2ybqdkyg11hsay47l71z9qbnzzpsrff";
}; };
}; };
"read" = { "read" = {
...@@ -883,6 +883,15 @@ ...@@ -883,6 +883,15 @@
sha256 = "0kwc4nvy6rpbnhayang92h74fgyr28bh82pskwj7lm4sy513vhfw"; sha256 = "0kwc4nvy6rpbnhayang92h74fgyr28bh82pskwj7lm4sy513vhfw";
}; };
}; };
"spec-mocha" = {
name = "spec-mocha";
version = "v4.0.0";
src = pkgs.fetchgit {
url = "https://github.com/purescript-spec/purescript-spec-mocha.git";
rev = "v4.0.0";
sha256 = "1qhxwq0812zgfnsf4qqg8ilc45sdg9xzjgkszv6z57ych68f075j";
};
};
"spec-quickcheck" = { "spec-quickcheck" = {
name = "spec-quickcheck"; name = "spec-quickcheck";
version = "v3.1.0"; version = "v3.1.0";
...@@ -957,11 +966,11 @@ ...@@ -957,11 +966,11 @@
}; };
"toestand" = { "toestand" = {
name = "toestand"; name = "toestand";
version = "v0.6.1"; version = "v0.6.2";
src = pkgs.fetchgit { src = pkgs.fetchgit {
url = "https://github.com/poorscript/purescript-toestand"; url = "https://github.com/poorscript/purescript-toestand";
rev = "v0.6.1"; rev = "v0.6.2";
sha256 = "007g6h7q1d7pzh5c4dp00367kym0wycwxnryps94r6w09fyhkmis"; sha256 = "0wgav789ii14gsz0xc67nl5lc82sisdjd5wi6pwl5kj0i7ayz66y";
}; };
}; };
"transformers" = { "transformers" = {
......
...@@ -6161,10 +6161,10 @@ purescript-language-server@^0.15.2: ...@@ -6161,10 +6161,10 @@ purescript-language-server@^0.15.2:
vscode-uri "^2.1.1" vscode-uri "^2.1.1"
which "^2.0.2" which "^2.0.2"
purescript@^0.14.2: purescript@^0.14.3:
version "0.14.2" version "0.14.3"
resolved "https://registry.yarnpkg.com/purescript/-/purescript-0.14.2.tgz#6c42c941c014c23991d7782bbaa71f1ee73aa290" resolved "https://registry.yarnpkg.com/purescript/-/purescript-0.14.3.tgz#8a725c5dc640afeebb1fe9e2512477827ca05ee8"
integrity sha512-kEXY5yUaG8a1FNN/IdtfNl4gcql7p76CPqnanMZ37GdtBZTcFK/SB24bp2rOAT1/N9qU8/corlra6uNf4+5pgQ== integrity sha512-lAzHU/tcmxF4n3YUwUTwG/sIwHzjUq1zsIOBNmaVpbm7hxM+RhOTKMJdwdbTeCjxlilyVPWOLUQ6Exll4DYuMA==
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