We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3211c commit d3d0406Copy full SHA for d3d0406
.gitignore
@@ -40,7 +40,7 @@
40
!release.nix
41
!shell.nix
42
!stack.yaml
43
-!weeder.dhall
+!weeder.toml
44
!app/**
45
!benchmark/**
46
!citeproc/**
weeder.dhall
weeder.toml
@@ -0,0 +1,2 @@
1
+roots = [ "^Main.main$", "^Paths_.*$" ]
2
+type-class-roots = true
0 commit comments