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
Christian Merten
purescript-gargantext
Commits
0cff3a5f
Verified
Commit
0cff3a5f
authored
Jul 12, 2024
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[spago] add var dependency
This is because CI fails, but locally for me it works without var...
parent
14f0240a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
spago.lock
spago.lock
+1
-0
spago.yaml
spago.yaml
+2
-1
No files found.
spago.lock
View file @
0cff3a5f
...
...
@@ -84,6 +84,7 @@ workspace:
- uri: ">=9.0.0 <10.0.0"
- uuid: ">=9.0.0 <10.0.0"
- validation: ">=6.0.0 <7.0.0"
- var
- web-file: ">=4.0.0 <5.0.0"
- web-html: ">=4.1.0 <5.0.0"
- web-socket
...
...
spago.yaml
View file @
0cff3a5f
...
...
@@ -127,6 +127,7 @@ package:
-
uri
:
"
>=9.0.0
<10.0.0"
-
uuid
:
"
>=9.0.0
<10.0.0"
-
validation
:
"
>=6.0.0
<7.0.0"
-
var
-
web-file
:
"
>=4.0.0
<5.0.0"
-
web-html
:
"
>=4.1.0
<5.0.0"
-
web-socket
...
...
@@ -138,7 +139,7 @@ package:
build
:
# Be strict about missing packages
# https://github.com/purescript/spago/issues/1211#issuecomment-2066083651
#
pedanticPackages: true
pedanticPackages
:
true
# convert compiler warnings to errors:
# strict:
# true
...
...
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