Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grégoire Locqueville
purescript-gargantext
Commits
52392ed4
Commit
52392ed4
authored
Jul 16, 2021
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[purs] upgrade to 0.14.3
parent
25aa3eae
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
39 additions
and
20 deletions
+39
-20
packages.json
.psc-package/local/.set/packages.json
+14
-4
easy-ps.nix
nix/easy-ps.nix
+2
-2
purs-packages.nix
nix/purs-packages.nix
+19
-10
yarn.lock
yarn.lock
+4
-4
No files found.
.psc-package/local/.set/packages.json
View file @
52392ed4
...
...
@@ -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.1
1
"
"version"
:
"v0.4.1
2
"
},
"read"
:
{
"dependencies"
:
[
...
...
@@ -4108,7 +4118,7 @@
"typisch"
],
"repo"
:
"https://github.com/poorscript/purescript-toestand"
,
"version"
:
"v0.6.
1
"
"version"
:
"v0.6.
2
"
},
"toppokki"
:
{
"dependencies"
:
[
...
...
nix/easy-ps.nix
View file @
52392ed4
...
...
@@ -5,8 +5,8 @@ import
pkgs
.
fetchFromGitHub
{
owner
=
"justinwoo"
;
repo
=
"easy-purescript-nix"
;
rev
=
"
47bdc016c7d56e987ca1aca690b1d6c9816a8584
"
;
sha256
=
"0
51fzxd03y0c63sll2bhn0h66dywy9lw6ylyh5vq8fymvix20q94
"
;
rev
=
"
bbef4245cd6810ea84e97a47c801947bfec9fadc
"
;
sha256
=
"0
0764zbwhbn61jwb5px2syzi2f9djyl8fmbd2p8wma985af54iwx
"
;
}
)
{
inherit
pkgs
;
...
...
nix/purs-packages.nix
View file @
52392ed4
...
...
@@ -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.1
1
"
;
version
=
"v0.4.1
2
"
;
src
=
pkgs
.
fetchgit
{
url
=
"https://github.com/irresponsible/purescript-reactix"
;
rev
=
"v0.4.1
1
"
;
sha256
=
"
1prxqww81lk32cp4mr318yanvf51kf9hz7x4n6rxdbcprj27710d
"
;
rev
=
"v0.4.1
2
"
;
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
=
"0
07g6h7q1d7pzh5c4dp00367kym0wycwxnryps94r6w09fyhkmis
"
;
rev
=
"v0.6.
2
"
;
sha256
=
"0
wgav789ii14gsz0xc67nl5lc82sisdjd5wi6pwl5kj0i7ayz66y
"
;
};
};
"transformers"
=
{
...
...
yarn.lock
View file @
52392ed4
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment