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
139
Issues
139
List
Board
Labels
Milestones
Merge Requests
5
Merge Requests
5
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
gargantext
purescript-gargantext
Commits
b87af132
Commit
b87af132
authored
Mar 10, 2021
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[toestand] attempt to fix toestand errors
parent
41fb4c85
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
packages.json
.psc-package/local/.set/packages.json
+2
-2
purs-packages.nix
nix/purs-packages.nix
+3
-3
packages.dhall
packages.dhall
+1
-1
Router.purs
src/Gargantext/Components/Router.purs
+1
-1
No files found.
.psc-package/local/.set/packages.json
View file @
b87af132
...
...
@@ -4478,7 +4478,7 @@
"typelevel-prelude"
],
"repo"
:
"https://github.com/poorscript/purescript-toestand"
,
"version"
:
"v0.5.
0
"
"version"
:
"v0.5.
1
"
},
"tolerant-argonaut"
:
{
"dependencies"
:
[
...
...
@@ -5027,4 +5027,4 @@
"repo"
:
"https://github.com/athanclark/purescript-zeta-extra.git"
,
"version"
:
"v0.0.1"
}
}
\ No newline at end of file
}
nix/purs-packages.nix
View file @
b87af132
...
...
@@ -921,11 +921,11 @@
};
"toestand"
=
{
name
=
"toestand"
;
version
=
"v0.5.
0
"
;
version
=
"v0.5.
1
"
;
src
=
pkgs
.
fetchgit
{
url
=
"https://github.com/poorscript/purescript-toestand"
;
rev
=
"v0.5.
0
"
;
sha256
=
"
1y4pji0gw5dzmxxnrzmzfncq6m6qx7yqac2f758fvv6mi6fmf928
"
;
rev
=
"v0.5.
1
"
;
sha256
=
"
0lwxwxnpkbrh8vkicbm12bcrvyak5y1pl18w30xjygwasvdid1nk
"
;
};
};
"transformers"
=
{
...
...
packages.dhall
View file @
b87af132
...
...
@@ -126,7 +126,7 @@ let additions =
[ "prelude", "effect", "foldable-traversable", "reactix"
, "record", "tuples", "typelevel-prelude" ]
, repo = "https://github.com/poorscript/purescript-toestand"
, version = "v0.5.
0
"
, version = "v0.5.
1
"
}
, typisch =
{ dependencies = [ "prelude" ]
...
...
src/Gargantext/Components/Router.purs
View file @
b87af132
...
...
@@ -63,7 +63,7 @@ router :: R2.Leaf Props
router props = R.createElement routerCpt props []
routerCpt :: R.Component Props
routerCpt = here.component "ro
ot
" cpt where
routerCpt = here.component "ro
uter
" cpt where
cpt props@{ cursors, tasks } _ = do
let session = R.createContext (unsafeCoerce {})
let sessionProps sId = Record.merge { session, sessionId: sId } props
...
...
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