File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 29
29
better-cache /
30
30
stack * .yaml.lock
31
31
dist-newstyle /
32
+ .hie
33
+ stan.html
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ extra-source-files:
40
40
- src/test/Stack/Untar/test1.tar.gz
41
41
- src/test/Stack/Untar/test2.tar.gz
42
42
ghc-options :
43
+ - -fwrite-ide-info
44
+ - -hiedir=.hie
43
45
- -Wall
44
46
- -fwarn-tabs
45
47
- -fwarn-incomplete-uni-patterns
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ library
223
223
Paths_stack
224
224
hs-source-dirs :
225
225
src/
226
- ghc-options : -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -optP-Wno-nonportable-include-path -fwarn-identities
226
+ ghc-options : -fwrite-ide-info -hiedir = . hie - Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -optP-Wno-nonportable-include-path -fwarn-identities
227
227
build-depends :
228
228
Cabal
229
229
, aeson
@@ -346,7 +346,7 @@ executable stack
346
346
Paths_stack
347
347
hs-source-dirs :
348
348
src/main
349
- ghc-options : -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -optP-Wno-nonportable-include-path -threaded -rtsopts
349
+ ghc-options : -fwrite-ide-info -hiedir = . hie - Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -optP-Wno-nonportable-include-path -threaded -rtsopts
350
350
build-depends :
351
351
Cabal
352
352
, aeson
@@ -468,7 +468,7 @@ executable stack-integration-test
468
468
hs-source-dirs :
469
469
test/integration
470
470
test/integration/lib
471
- ghc-options : -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -optP-Wno-nonportable-include-path -threaded -rtsopts -with-rtsopts=-N
471
+ ghc-options : -fwrite-ide-info -hiedir = . hie - Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -optP-Wno-nonportable-include-path -threaded -rtsopts -with-rtsopts=-N
472
472
build-depends :
473
473
Cabal
474
474
, aeson
@@ -597,7 +597,7 @@ test-suite stack-test
597
597
Paths_stack
598
598
hs-source-dirs :
599
599
src/test
600
- ghc-options : -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -optP-Wno-nonportable-include-path -threaded
600
+ ghc-options : -fwrite-ide-info -hiedir = . hie - Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -optP-Wno-nonportable-include-path -threaded
601
601
build-depends :
602
602
Cabal
603
603
, QuickCheck
You can’t perform that action at this time.
0 commit comments