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
7f9f3512
Verified
Commit
7f9f3512
authored
Apr 26, 2024
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[spago] some .yaml improvements
parent
7c2a3b97
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
17 deletions
+24
-17
spago.lock
spago.lock
+1
-10
spago.yaml
spago.yaml
+23
-7
No files found.
spago.lock
View file @
7f9f3512
...
@@ -3,6 +3,7 @@ workspace:
...
@@ -3,6 +3,7 @@ workspace:
gargantext:
gargantext:
path: ./
path: ./
dependencies:
dependencies:
- aff
- aff-promise: ">=4.0.0 <5.0.0"
- aff-promise: ">=4.0.0 <5.0.0"
- affjax: ">=13.0.0 <14.0.0"
- affjax: ">=13.0.0 <14.0.0"
- affjax-web: ">=1.0.0 <2.0.0"
- affjax-web: ">=1.0.0 <2.0.0"
...
@@ -20,7 +21,6 @@ workspace:
...
@@ -20,7 +21,6 @@ workspace:
- d3: "*"
- d3: "*"
- data-default: "*"
- data-default: "*"
- datetime: ">=6.1.0 <7.0.0"
- datetime: ">=6.1.0 <7.0.0"
- debug: ">=6.0.2 <7.0.0"
- dom-filereader: ">=7.0.0 <8.0.0"
- dom-filereader: ">=7.0.0 <8.0.0"
- dom-simple: ">=0.4.0 <0.5.0"
- dom-simple: ">=0.4.0 <0.5.0"
- effect: ">=4.0.0 <5.0.0"
- effect: ">=4.0.0 <5.0.0"
...
@@ -55,7 +55,6 @@ workspace:
...
@@ -55,7 +55,6 @@ workspace:
- partial: ">=4.0.0 <5.0.0"
- partial: ">=4.0.0 <5.0.0"
- prelude: ">=6.0.1 <7.0.0"
- prelude: ">=6.0.1 <7.0.0"
- profunctor-lenses: ">=8.0.0 <9.0.0"
- profunctor-lenses: ">=8.0.0 <9.0.0"
- psci-support: ">=6.0.0 <7.0.0"
- random: ">=6.0.0 <7.0.0"
- random: ">=6.0.0 <7.0.0"
- react: ">=11.0.0 <12.0.0"
- react: ">=11.0.0 <12.0.0"
- reactix: ">=0.6.0 <0.7.0"
- reactix: ">=0.6.0 <0.7.0"
...
@@ -118,7 +117,6 @@ workspace:
...
@@ -118,7 +117,6 @@ workspace:
- d3
- d3
- data-default
- data-default
- datetime
- datetime
- debug
- distributive
- distributive
- dom-filereader
- dom-filereader
- dom-simple
- dom-simple
...
@@ -1050,13 +1048,6 @@ packages:
...
@@ -1050,13 +1048,6 @@ packages:
- partial
- partial
- prelude
- prelude
- tuples
- tuples
debug:
type: registry
version: 6.0.2
integrity: sha256-vmkYFuXYuELBzeauvgHG6E6Kf/Hp1dAnxwE9ByHfwSg=
dependencies:
- functions
- prelude
distributive:
distributive:
type: registry
type: registry
version: 6.0.0
version: 6.0.0
...
...
spago.yaml
View file @
7f9f3512
...
@@ -33,14 +33,14 @@ workspace:
...
@@ -33,14 +33,14 @@ workspace:
git
:
https://github.com/garganscript/purescript-spec-discovery.git
git
:
https://github.com/garganscript/purescript-spec-discovery.git
ref
:
v8.2.0-spago-next
ref
:
v8.2.0-spago-next
build
:
# Be strict about missing packages
# https://github.com/purescript/spago/issues/1211#issuecomment-2066083651
pedanticPackages
:
true
package
:
package
:
name
:
gargantext
name
:
gargantext
dependencies
:
dependencies
:
# debugging
# - debug: ">=6.0.2 <7.0.0"
# - psci-support: ">=6.0.0 <7.0.0"
-
aff
-
aff-promise
:
"
>=4.0.0
<5.0.0"
-
aff-promise
:
"
>=4.0.0
<5.0.0"
-
affjax
:
"
>=13.0.0
<14.0.0"
-
affjax
:
"
>=13.0.0
<14.0.0"
-
affjax-web
:
"
>=1.0.0
<2.0.0"
-
affjax-web
:
"
>=1.0.0
<2.0.0"
...
@@ -58,7 +58,6 @@ package:
...
@@ -58,7 +58,6 @@ package:
-
d3
:
"
*"
-
d3
:
"
*"
-
data-default
:
"
*"
-
data-default
:
"
*"
-
datetime
:
"
>=6.1.0
<7.0.0"
-
datetime
:
"
>=6.1.0
<7.0.0"
-
debug
:
"
>=6.0.2
<7.0.0"
-
dom-filereader
:
"
>=7.0.0
<8.0.0"
-
dom-filereader
:
"
>=7.0.0
<8.0.0"
-
dom-simple
:
"
>=0.4.0
<0.5.0"
-
dom-simple
:
"
>=0.4.0
<0.5.0"
-
effect
:
"
>=4.0.0
<5.0.0"
-
effect
:
"
>=4.0.0
<5.0.0"
...
@@ -93,7 +92,6 @@ package:
...
@@ -93,7 +92,6 @@ package:
-
partial
:
"
>=4.0.0
<5.0.0"
-
partial
:
"
>=4.0.0
<5.0.0"
-
prelude
:
"
>=6.0.1
<7.0.0"
-
prelude
:
"
>=6.0.1
<7.0.0"
-
profunctor-lenses
:
"
>=8.0.0
<9.0.0"
-
profunctor-lenses
:
"
>=8.0.0
<9.0.0"
-
psci-support
:
"
>=6.0.0
<7.0.0"
-
random
:
"
>=6.0.0
<7.0.0"
-
random
:
"
>=6.0.0
<7.0.0"
-
react
:
"
>=11.0.0
<12.0.0"
-
react
:
"
>=11.0.0
<12.0.0"
-
reactix
:
"
>=0.6.0
<0.7.0"
-
reactix
:
"
>=0.6.0
<0.7.0"
...
@@ -125,6 +123,24 @@ package:
...
@@ -125,6 +123,24 @@ package:
-
web-storage
:
"
>=5.0.0
<6.0.0"
-
web-storage
:
"
>=5.0.0
<6.0.0"
-
web-url
:
"
>=2.0.0
<3.0.0"
-
web-url
:
"
>=2.0.0
<3.0.0"
-
web-xhr
:
"
>=5.0.1
<6.0.0"
-
web-xhr
:
"
>=5.0.1
<6.0.0"
build
:
# Be strict about missing packages
# https://github.com/purescript/spago/issues/1211#issuecomment-2066083651
pedanticPackages
:
true
# convert compiler warnings to errors:
# strict:
# true
censorProjectWarnings
:
-
UnusedDctorExplicitImport
-
UnusedDctorImport
-
UnusedDeclaration
-
UnusedExplicitImport
-
UnusedImport
-
UnusedName
-
UnusedTypeVar
test
:
test
:
main
:
Test.Main
main
:
Test.Main
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