Skip to content

Commit

Permalink
Configure weeder-2
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Nov 17, 2020
1 parent 241440e commit 87aec39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .weeder.yaml

This file was deleted.

9 changes: 9 additions & 0 deletions weeder.dhall
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{ roots =
[ "^Main\\.main\$"
, "^Paths_.*"
, "^Graphula\\.runGraphulaIdempotentT\$"
, "^Graphula\\.runGraphulaLoggedT\$"
, "^Graphula\\.Key\\.onlyKey\$"
]
, type-class-roots = True
}

0 comments on commit 87aec39

Please sign in to comment.