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