Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
153
Issues
153
List
Board
Labels
Milestones
Merge Requests
9
Merge Requests
9
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
gargantext
haskell-gargantext
Commits
b814ce91
Commit
b814ce91
authored
Jun 28, 2023
by
Alfredo Di Napoli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RIP package.yaml
parent
7d2a6d17
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
591 deletions
+2
-591
.gitlab-ci.yml
.gitlab-ci.yml
+0
-4
README.md
README.md
+1
-1
gargantext.cabal
gargantext.cabal
+1
-4
package.yaml
package.yaml
+0
-582
No files found.
.gitlab-ci.yml
View file @
b814ce91
...
...
@@ -29,7 +29,6 @@ deps:
-
target
script
:
-
echo "Building the project from '$CI_PROJECT_DIR'"
-
hpack
-
nix-shell --run "LC_ALL=C.UTF-8 stack build --no-terminal --haddock --no-haddock-deps --only-dependencies --fast"
docs
:
...
...
@@ -42,7 +41,6 @@ docs:
-
.stack-work/
-
target
script
:
-
hpack
-
nix-shell --run "LC_ALL=C.UTF-8 stack build --no-terminal --haddock --no-haddock-deps --fast"
-
cp -R "$(stack path --local-install-root)"/doc ./output
artifacts
:
...
...
@@ -61,7 +59,6 @@ test:
-
.stack-work/
-
target
script
:
-
hpack
-
nix-shell --run "stack test --no-terminal --fast"
# TOOO
...
...
@@ -78,7 +75,6 @@ cabal:
-
dist-newstyle/
-
target
script
:
-
hpack
-
nix-shell --run "./bin/update-cabal-project && cabal v2-build --dry-run"
allow_failure
:
false
README.md
View file @
b814ce91
...
...
@@ -47,7 +47,7 @@ cd haskell-gargantext
#### 1. Installation
This project can be built with either Stack or Cabal. For historical
reasons, we generate a
`cabal.project`
from the
`
package
.yaml`
, and
reasons, we generate a
`cabal.project`
from the
`
stack
.yaml`
, and
we do not commit the former to the repo, to have a single "source of truth".
However, it's always possible to generate a
`cabal.project`
thanks
to
[
stack2cabal
](
https://hackage.haskell.org/package/stack2cabal
)
.
...
...
gargantext.cabal
View file @
b814ce91
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.6.
--
-- see: https://github.com/sol/hpack
name: gargantext
version: 0.0.6.9.9.7
synopsis: Search, map, share
...
...
@@ -29,6 +25,7 @@ data-files:
test-data/phylo/bpa_phylo_test.json
test-data/phylo/open_science.json
.clippy.dhall
library
exposed-modules:
Gargantext
...
...
package.yaml
deleted
100644 → 0
View file @
7d2a6d17
This diff is collapsed.
Click to expand it.
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