We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c94527 commit 6d00537Copy full SHA for 6d00537
stack.yaml
@@ -8,3 +8,6 @@ packages:
8
# forks / in-progress versions pinned to a git hash.
9
extra-deps:
10
- bitwise-1.0.0.1 # not included in the default resolver set
11
+
12
+ghc-options:
13
+ "$locals": -fwrite-ide-info
weeder.dhall
@@ -0,0 +1 @@
1
+{ roots = [ "^Main.main$" ], type-class-roots = True }
0 commit comments