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
159
Issues
159
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
3c88b256
Commit
3c88b256
authored
Jan 29, 2025
by
Yoelis Acourt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tooling: improve dev flag to add pretty-simple conditionnally
parent
3f8ab4b7
Pipeline
#7280
failed with stages
in 61 minutes and 52 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
gargantext.cabal
gargantext.cabal
+4
-3
No files found.
gargantext.cabal
View file @
3c88b256
...
...
@@ -102,7 +102,7 @@ flag no-phylo-debug-logs
manual: True
Flag
OnlyWarn
Flag
dev
Description: More permissive rules during dev
Default: False
Manual: True
...
...
@@ -485,8 +485,10 @@ library
ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wmissing-signatures -Wunused-binds -Wunused-imports -Wunused-packages -Werror -freduction-depth=300 -fprint-potential-instances
-- But in dev warnings are not errors
if flag(
OnlyWarn
)
if flag(
dev
)
ghc-options: -Wwarn
build-depends:
pretty-simple
hs-source-dirs:
src
...
...
@@ -586,7 +588,6 @@ library
, patches-map ^>= 0.1.0.1
, postgresql-simple >= 0.6.4 && <= 0.7.0.0
, process ^>= 1.6.18.0
, pretty-simple
, product-profunctors ^>= 0.11.0.3
, protolude ^>= 0.3.3
, quickcheck-instances ^>= 0.3.25.2
...
...
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