Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Cabal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
7707095f
Commit
7707095f
authored
May 11, 2020
by
Oleg Grenrus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add weeder
parent
e56f0aa1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
0 deletions
+20
-0
Makefile
Makefile
+5
-0
cabal.project.weeder
cabal.project.weeder
+14
-0
weeder.dhall
weeder.dhall
+1
-0
No files found.
Makefile
View file @
7707095f
...
...
@@ -189,6 +189,11 @@ validate-via-docker-8.10.1:
validate-via-docker-old
:
docker build
-t
cabal-validate
-f
.docker/validate-old.dockerfile .
# Weeder
weeder
:
cabal build all
--project-file
=
cabal.project.weeder
weeder | less
# tags
.PHONY
:
tags
tags
:
...
...
cabal.project.weeder
0 → 100644
View file @
7707095f
--
project
file
for
weeder
.
Only
Cabal
and
cabal
install
--
install
weeder
with
--
--
cabal
install
-
w
ghc
-
8.8.3
weeder
--
packages
:
Cabal
/
packages
:
cabal
-
install
/
tests
:
False
with
-
compiler
:
ghc
-
8.8.3
package
*
ghc
-
options
:
-
fwrite
-
ide
-
info
weeder.dhall
0 → 100644
View file @
7707095f
{ roots = [ "^Main.main$" ], type-class-roots = True }
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