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
154
Issues
154
List
Board
Labels
Milestones
Merge Requests
8
Merge Requests
8
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
055fa113
Commit
055fa113
authored
1 year ago
by
Alfredo Di Napoli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add .clippy.dhall to package.yaml, force hpack installation in update-cabal-project script
parent
40cf46df
Pipeline
#4296
failed with stages
in 45 minutes and 22 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
update-cabal-project
bin/update-cabal-project
+1
-1
package.yaml
package.yaml
+1
-0
No files found.
bin/update-cabal-project
View file @
055fa113
#!/usr/bin/env bash
hpack
cabal v2-update
'hackage.haskell.org,2023-06-25T00:00:00Z'
cabal v2-install hpack-0.35.0
--overwrite-policy
=
always
cabal v2-install stack2cabal-1.0.14
--overwrite-policy
=
always
stack2cabal
--no-run-hpack
-p
'2023-06-25'
This diff is collapsed.
Click to expand it.
package.yaml
View file @
055fa113
...
...
@@ -47,6 +47,7 @@ data-files:
-
test-data/ngrams/GarganText_NgramsTerms-QuantumComputing.json
-
test-data/phylo/bpa_phylo_test.json
-
test-data/phylo/open_science.json
-
.clippy.dhall
library
:
source-dirs
:
src
ghc-options
:
...
...
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