@@ -7,7 +7,7 @@ cabal-version: 2.0
7
7
-- hash: b2b829a658e33ea328c725dea732391089d03ffd2a216d413a75d88aefa7c181
8
8
9
9
name : implicit-hie
10
- version : 0.1.2.1
10
+ version : 0.1.2.2
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
@@ -58,20 +57,6 @@ library
58
57
, filepattern >= 0.1
59
58
, text >= 1.2
60
59
, 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
75
60
76
61
build-depends :
77
62
attoparsec
@@ -96,7 +81,7 @@ test-suite implicit-hie-test
96
81
-Wall -Wincomplete-record-updates -Wincomplete-uni-patterns
97
82
-fno-warn-unused-imports -fno-warn-unused-binds
98
83
-fno-warn-name-shadowing -fwarn-redundant-constraints -threaded
99
- -rtsopts -with-rtsopts=-N -fwrite-ide-info -hiedir = . hie
84
+ -rtsopts -with-rtsopts=-N
100
85
101
86
build-depends :
102
87
attoparsec
0 commit comments