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
544d0671
Commit
544d0671
authored
Apr 25, 2019
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] packages compilation.
parent
d53c1b61
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
build
build
+1
-1
packages.dhall
packages.dhall
+4
-4
No files found.
build
View file @
544d0671
#!/bin/bash
yarn
&&
yarn psc-package
install
&&
yarn pulp
--psc-package
build
&&
yarn pulp
--psc-package
browserify
--to
dist/bundle.js
yarn
install
&&
yarn rebuild-set
&&
yarn install-ps
&&
yarn pulp
--psc-package
build
&&
yarn pulp
--psc-package
browserify
--to
dist/bundle.js
packages.dhall
View file @
544d0671
...
...
@@ -159,17 +159,17 @@ let additions =
mkPackage
[ "prelude", "effect", "functions", "nullable", "unsafe-coerce" ]
"https://github.com/irresponsible/purescript-ffi-simple"
"0.1.2"
"
v
0.1.2"
, dom-simple =
mkPackage
[ "arrays", "console", "effect", "functions", "nullable", "prelude", "unsafe-coerce" ]
"https://github.com/irresponsible/purescript-dom-simple"
"
0.1.0
"
"
v0.1.1
"
, reactix =
mkPackage
[ "console", "dom-simple", "effect", "functions", "nullable", "prelude", "unsafe-coerce"
]
[ "console", "dom-simple", "effect", "functions", "nullable", "prelude", "unsafe-coerce"
, "ffi-simple"
]
"https://github.com/irresponsible/purescript-reactix"
"
master
"
"
v0.1.0
"
, uint =
mkPackage
[ "maybe", "math", "generics-rep" ]
...
...
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