Skip to content

Commit ff475f6

Browse files
committed
Release 0.1.2.3
1 parent aed4155 commit ff475f6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

implicit-hie.cabal

+3-4
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.0
10+
version: 0.1.2.3
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
@@ -71,7 +70,7 @@ executable gen-hie
7170
-Wall -Wincomplete-record-updates -Wincomplete-uni-patterns
7271
-fno-warn-unused-imports -fno-warn-unused-binds
7372
-fno-warn-name-shadowing -fwarn-redundant-constraints -threaded
74-
-rtsopts -with-rtsopts=-N -fwrite-ide-info -hiedir=.hie
73+
-rtsopts -with-rtsopts=-N
7574

7675
build-depends:
7776
attoparsec
@@ -96,7 +95,7 @@ test-suite implicit-hie-test
9695
-Wall -Wincomplete-record-updates -Wincomplete-uni-patterns
9796
-fno-warn-unused-imports -fno-warn-unused-binds
9897
-fno-warn-name-shadowing -fwarn-redundant-constraints -threaded
99-
-rtsopts -with-rtsopts=-N -fwrite-ide-info -hiedir=.hie
98+
-rtsopts -with-rtsopts=-N
10099

101100
build-depends:
102101
attoparsec

0 commit comments

Comments
 (0)