File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ library
32
32
Hie.Yaml
33
33
other-modules :
34
34
Paths_implicit_hie
35
+ autogen-modules :
36
+ Paths_implicit_hie
35
37
hs-source-dirs :
36
38
src
37
39
ghc-options : -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -fno-warn-unused-imports -fno-warn-unused-binds -fno-warn-name-shadowing -fwarn-redundant-constraints
@@ -50,6 +52,8 @@ executable gen-hie
50
52
main-is : Main.hs
51
53
other-modules :
52
54
Paths_implicit_hie
55
+ autogen-modules :
56
+ Paths_implicit_hie
53
57
hs-source-dirs :
54
58
app
55
59
ghc-options : -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -fno-warn-unused-imports -fno-warn-unused-binds -fno-warn-name-shadowing -fwarn-redundant-constraints -threaded -rtsopts -with-rtsopts=-N
@@ -70,6 +74,8 @@ test-suite implicit-hie-test
70
74
main-is : Spec.hs
71
75
other-modules :
72
76
Paths_implicit_hie
77
+ autogen-modules :
78
+ Paths_implicit_hie
73
79
hs-source-dirs :
74
80
test
75
81
ghc-options : -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -fno-warn-unused-imports -fno-warn-unused-binds -fno-warn-name-shadowing -fwarn-redundant-constraints -threaded -rtsopts -with-rtsopts=-N
You can’t perform that action at this time.
0 commit comments