Skip to content

Commit b61a8f9

Browse files
committed
Allow using weeder
1 parent 11c1e62 commit b61a8f9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

stack.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ packages:
88
# forks / in-progress versions pinned to a git hash.
99
extra-deps:
1010
- bitwise-1.0.0.1 # not included in the default resolver set
11+
12+
ghc-options:
13+
"$locals": -fwrite-ide-info

weeder.dhall

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ roots = [ "^Main.main$" ], type-class-roots = True }

0 commit comments

Comments
 (0)