weeder.dhall -> weeder.toml

This commit is contained in:
John MacFarlane 2023-10-30 17:40:29 -07:00
parent 0f3211c339
commit d3d0406515
3 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View file

@ -40,7 +40,7 @@
!release.nix
!shell.nix
!stack.yaml
!weeder.dhall
!weeder.toml
!app/**
!benchmark/**
!citeproc/**

View file

@ -1 +0,0 @@
{ roots = [ "^Main.main$", "^Paths_.*$" ] , type-class-roots = True }

2
weeder.toml Normal file
View file

@ -0,0 +1,2 @@
roots = [ "^Main.main$", "^Paths_.*$" ]
type-class-roots = true