File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ library
48
48
-Wall -Wincomplete-record-updates -Wincomplete-uni-patterns
49
49
-fno-warn-unused-imports -fno-warn-unused-binds
50
50
-fno-warn-name-shadowing -fwarn-redundant-constraints
51
+ -fwrite-ide-info -hiedir= . hie
51
52
52
53
build-depends :
53
54
attoparsec >= 0.13
@@ -70,7 +71,7 @@ executable gen-hie
70
71
-Wall -Wincomplete-record-updates -Wincomplete-uni-patterns
71
72
-fno-warn-unused-imports -fno-warn-unused-binds
72
73
-fno-warn-name-shadowing -fwarn-redundant-constraints -threaded
73
- -rtsopts -with-rtsopts=-N
74
+ -rtsopts -with-rtsopts=-N -fwrite-ide-info -hiedir = . hie
74
75
75
76
build-depends :
76
77
attoparsec
@@ -95,7 +96,7 @@ test-suite implicit-hie-test
95
96
-Wall -Wincomplete-record-updates -Wincomplete-uni-patterns
96
97
-fno-warn-unused-imports -fno-warn-unused-binds
97
98
-fno-warn-name-shadowing -fwarn-redundant-constraints -threaded
98
- -rtsopts -with-rtsopts=-N
99
+ -rtsopts -with-rtsopts=-N -fwrite-ide-info -hiedir = . hie
99
100
100
101
build-depends :
101
102
attoparsec
You can’t perform that action at this time.
0 commit comments