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
73da1f18
Commit
73da1f18
authored
Jul 16, 2020
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ADM] new dep (simplecrypto) + fix warning
parent
45e60ccd
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
3 deletions
+17
-3
packages.json
.psc-package/local/.set/packages.json
+10
-1
packages.dhall
packages.dhall
+5
-0
psc-package.json
psc-package.json
+2
-1
Public.purs
src/Gargantext/Components/Nodes/Home/Public.purs
+0
-1
No files found.
.psc-package/local/.set/packages.json
View file @
73da1f18
...
...
@@ -2675,6 +2675,15 @@
"repo"
:
"https://github.com/reactormonk/purescript-simple-timestamp.git"
,
"version"
:
"v1.3.0"
},
"simplecrypto"
:
{
"dependencies"
:
[
"prelude"
,
"maybe"
,
"node-buffer"
],
"repo"
:
"https://github.com/alpacaaa/purescript-simplecrypto"
,
"version"
:
"v1.0.1"
},
"sized-vectors"
:
{
"dependencies"
:
[
"arrays"
,
...
...
@@ -3343,4 +3352,4 @@
"repo"
:
"https://github.com/paf31/purescript-yargs.git"
,
"version"
:
"v4.0.0"
}
}
}
\ No newline at end of file
packages.dhall
View file @
73da1f18
...
...
@@ -140,6 +140,11 @@ let additions =
[ "prelude" ]
"https://github.com/hdgarrood/purescript-versions.git"
"v5.0.1"
, simplecrypto =
mkPackage
[ "prelude", "maybe", "node-buffer"]
"https://github.com/alpacaaa/purescript-simplecrypto"
"v1.0.1"
}
in upstream ⫽ overrides ⫽ additions
psc-package.json
View file @
73da1f18
...
...
@@ -44,6 +44,7 @@
"uri"
,
"versions"
,
"web-html"
,
"milkis"
"milkis"
,
"simplecrypto"
]
}
src/Gargantext/Components/Nodes/Home/Public.purs
View file @
73da1f18
...
...
@@ -6,7 +6,6 @@ import Data.Argonaut as Argonaut
import Data.Generic.Rep (class Generic)
import Data.Generic.Rep.Show (genericShow)
import Data.Maybe (Maybe(..))
import Data.NonEmpty (head)
import Data.String (take)
import Effect.Aff (Aff)
import Effect.Class (liftEffect)
...
...
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