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
0395de32
Commit
0395de32
authored
Apr 26, 2021
by
James Laver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix packages.dhall
parent
02a32d2a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
packages.dhall
packages.dhall
+16
-1
No files found.
packages.dhall
View file @
0395de32
...
@@ -80,6 +80,11 @@ let additions =
...
@@ -80,6 +80,11 @@ let additions =
, repo = "https://github.com/nwolverson/purescript-dom-filereader"
, repo = "https://github.com/nwolverson/purescript-dom-filereader"
, version = "v5.0.0"
, version = "v5.0.0"
}
}
, formula =
{ dependencies = [ "effect", "prelude", "reactix", "record", "toestand", "tuples", "typelevel-prelude", "typisch" ]
, repo = "https://github.com/poorscript/purescript-formula"
, version = "v0.2.1"
}
, markdown =
, markdown =
{ dependencies = [ "precise" ]
{ dependencies = [ "precise" ]
, repo = "https://github.com/poorscript/purescript-markdown"
, repo = "https://github.com/poorscript/purescript-markdown"
...
@@ -107,7 +112,17 @@ let additions =
...
@@ -107,7 +112,17 @@ let additions =
, "unsafe-coerce"
, "unsafe-coerce"
]
]
, repo = "https://github.com/irresponsible/purescript-reactix"
, repo = "https://github.com/irresponsible/purescript-reactix"
, version = "v0.4.6"
, version = "v0.4.11"
}
, toestand =
{ dependencies = [ "effect", "reactix", "prelude", "record", "tuples", "typelevel-prelude", "typisch" ]
, repo = "https://github.com/poorscript/purescript-toestand"
, version = "v0.6.1"
}
, typisch =
{ dependencies = [ "prelude" ]
, repo = "https://github.com/poorscript/purescript-typisch"
, version = "v0.2.1"
}
}
, tuples-native =
, tuples-native =
{ dependencies =
{ dependencies =
...
...
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