Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
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
gargantext
gargantext-ihaskell
Commits
7c09af85
Commit
7c09af85
authored
Sep 01, 2018
by
Erik de Castro Lopo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ghc-options: -Wall to stack.yaml files
parent
f43b9129
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
2 deletions
+20
-2
stack-8.0.yaml
stack-8.0.yaml
+8
-1
stack-8.4.yaml
stack-8.4.yaml
+4
-0
stack.yaml
stack.yaml
+8
-1
No files found.
stack-8.0.yaml
View file @
7c09af85
resolver
:
lts-9.21
flags
:
{}
packages
:
-
.
...
...
@@ -14,8 +16,13 @@ packages:
-
./ihaskell-display/ihaskell-plot
-
./ihaskell-display/ihaskell-static-canvas
-
./ihaskell-display/ihaskell-widgets
resolver
:
lts-9.21
extra-deps
:
[]
ghc-options
:
# Eventually we want "$locals": -Wall -Werror
ihaskell
:
-Wall -Werror
nix
:
enable
:
false
packages
:
...
...
stack-8.4.yaml
View file @
7c09af85
...
...
@@ -18,6 +18,10 @@ resolver: lts-12.8
extra-deps
:
-
magic-1.1
ghc-options
:
# Eventually we want "$locals": -Wall -Werror
ihaskell
:
-Wall -Werror
nix
:
enable
:
false
packages
:
...
...
stack.yaml
View file @
7c09af85
resolver
:
lts-11.22
flags
:
{}
packages
:
-
.
...
...
@@ -14,8 +16,13 @@ packages:
-
./ihaskell-display/ihaskell-plot
-
./ihaskell-display/ihaskell-static-canvas
-
./ihaskell-display/ihaskell-widgets
resolver
:
lts-11.22
ghc-options
:
# Eventually we want "$locals": -Wall -Werror
ihaskell
:
-Wall -Werror
allow-newer
:
true
extra-deps
:
-
static-canvas-0.2.0.3
-
diagrams-1.4
...
...
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