Skip to content

Commit 44024eb

Browse files
committed
Remove ghc-option: -fwrite-ide-info -hiedir=.hie
This broke GHC 8.6 builds
1 parent cf43d55 commit 44024eb

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

implicit-hie.cabal

+2-17
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cabal-version: 2.0
77
-- hash: b2b829a658e33ea328c725dea732391089d03ffd2a216d413a75d88aefa7c181
88

99
name: implicit-hie
10-
version: 0.1.2.1
10+
version: 0.1.2.2
1111
description:
1212
Auto generate a stack or cabal multi component hie.yaml file
1313

@@ -48,7 +48,6 @@ library
4848
-Wall -Wincomplete-record-updates -Wincomplete-uni-patterns
4949
-fno-warn-unused-imports -fno-warn-unused-binds
5050
-fno-warn-name-shadowing -fwarn-redundant-constraints
51-
-fwrite-ide-info -hiedir=.hie
5251

5352
build-depends:
5453
attoparsec >=0.13
@@ -58,20 +57,6 @@ library
5857
, filepattern >=0.1
5958
, text >=1.2
6059
, transformers >=0.5
61-
, yaml >=0.5
62-
63-
default-language: Haskell2010
64-
65-
executable gen-hie
66-
main-is: Main.hs
67-
other-modules: Paths_implicit_hie
68-
autogen-modules: Paths_implicit_hie
69-
hs-source-dirs: app
70-
ghc-options:
71-
-Wall -Wincomplete-record-updates -Wincomplete-uni-patterns
72-
-fno-warn-unused-imports -fno-warn-unused-binds
73-
-fno-warn-name-shadowing -fwarn-redundant-constraints -threaded
74-
-rtsopts -with-rtsopts=-N -fwrite-ide-info -hiedir=.hie
7560

7661
build-depends:
7762
attoparsec
@@ -96,7 +81,7 @@ test-suite implicit-hie-test
9681
-Wall -Wincomplete-record-updates -Wincomplete-uni-patterns
9782
-fno-warn-unused-imports -fno-warn-unused-binds
9883
-fno-warn-name-shadowing -fwarn-redundant-constraints -threaded
99-
-rtsopts -with-rtsopts=-N -fwrite-ide-info -hiedir=.hie
84+
-rtsopts -with-rtsopts=-N
10085

10186
build-depends:
10287
attoparsec

0 commit comments

Comments
 (0)