File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ common common-definitions
47
47
48
48
library
49
49
import : common-definitions
50
+ , project-config
50
51
hs-source-dirs : src
51
52
52
53
if flag(unexpected_thunks)
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ common project-config
25
25
buildable : False
26
26
27
27
library
28
+ import : project-config
28
29
hs-source-dirs : src
29
30
ghc-options : -Wall
30
31
-Wcompat
@@ -154,6 +155,7 @@ library
154
155
-fno-omit-interface-pragmas
155
156
156
157
executable tx-generator
158
+ import : project-config
157
159
hs-source-dirs : app
158
160
main-is : tx-generator.hs
159
161
default-language : Haskell2010
@@ -166,6 +168,7 @@ executable tx-generator
166
168
, tx-generator
167
169
168
170
test-suite tx-generator-apitest
171
+ import : project-config
169
172
hs-source-dirs : test
170
173
main-is : ApiTest.hs
171
174
type : exitcode-stdio-1.0
@@ -205,6 +208,7 @@ test-suite tx-generator-apitest
205
208
, tx-generator
206
209
207
210
test-suite tx-generator-test
211
+ import : project-config
208
212
hs-source-dirs : test
209
213
main-is : Main.hs
210
214
type : exitcode-stdio-1.0
@@ -223,6 +227,7 @@ test-suite tx-generator-test
223
227
-threaded -rtsopts -with-rtsopts=-N -with-rtsopts=-T
224
228
225
229
benchmark tx-generator-bench
230
+ import : project-config
226
231
hs-source-dirs : test
227
232
main-is : Bench.hs
228
233
type : exitcode-stdio-1.0
You can’t perform that action at this time.
0 commit comments