weeder.dhall -> weeder.toml
This commit is contained in:
parent
0f3211c339
commit
d3d0406515
3 changed files with 3 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -40,7 +40,7 @@
|
|||
!release.nix
|
||||
!shell.nix
|
||||
!stack.yaml
|
||||
!weeder.dhall
|
||||
!weeder.toml
|
||||
!app/**
|
||||
!benchmark/**
|
||||
!citeproc/**
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
{ roots = [ "^Main.main$", "^Paths_.*$" ] , type-class-roots = True }
|
2
weeder.toml
Normal file
2
weeder.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
roots = [ "^Main.main$", "^Paths_.*$" ]
|
||||
type-class-roots = true
|
Loading…
Add table
Reference in a new issue