File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cabal-version: 2.0
7
7
-- hash: b2b829a658e33ea328c725dea732391089d03ffd2a216d413a75d88aefa7c181
8
8
9
9
name : implicit-hie
10
- version : 0.1.2.0
10
+ version : 0.1.2.3
11
11
description :
12
12
Auto generate a stack or cabal multi component hie.yaml file
13
13
@@ -48,7 +48,6 @@ 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
52
51
53
52
build-depends :
54
53
attoparsec >= 0.13
@@ -71,7 +70,7 @@ executable gen-hie
71
70
-Wall -Wincomplete-record-updates -Wincomplete-uni-patterns
72
71
-fno-warn-unused-imports -fno-warn-unused-binds
73
72
-fno-warn-name-shadowing -fwarn-redundant-constraints -threaded
74
- -rtsopts -with-rtsopts=-N -fwrite-ide-info -hiedir = . hie
73
+ -rtsopts -with-rtsopts=-N
75
74
76
75
build-depends :
77
76
attoparsec
@@ -96,7 +95,7 @@ test-suite implicit-hie-test
96
95
-Wall -Wincomplete-record-updates -Wincomplete-uni-patterns
97
96
-fno-warn-unused-imports -fno-warn-unused-binds
98
97
-fno-warn-name-shadowing -fwarn-redundant-constraints -threaded
99
- -rtsopts -with-rtsopts=-N -fwrite-ide-info -hiedir = . hie
98
+ -rtsopts -with-rtsopts=-N
100
99
101
100
build-depends :
102
101
attoparsec
You can’t perform that action at this time.
0 commit comments