File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11cabal-version : 1.12
22
3- -- This file has been generated from package.yaml by hpack version 0.37 .0.
3+ -- This file has been generated from package.yaml by hpack version 0.36 .0.
44--
55-- see: https://github.com/sol/hpack
66
Original file line number Diff line number Diff line change 11cabal-version : 1.12
22
3- -- This file has been generated from package.yaml by hpack version 0.37 .0.
3+ -- This file has been generated from package.yaml by hpack version 0.36 .0.
44--
55-- see: https://github.com/sol/hpack
66
@@ -21,15 +21,15 @@ flag arraychecks
2121 manual : True
2222 default : False
2323
24- flag dumpcore
24+ flag codeserialchecks
2525 manual : True
2626 default : False
2727
28- flag optchecks
28+ flag dumpcore
2929 manual : True
3030 default : False
3131
32- flag codeserialchecks
32+ flag optchecks
3333 manual : True
3434 default : False
3535
@@ -166,7 +166,7 @@ library
166166 build-depends :
167167 inspection-testing
168168 if flag(codeserialchecks)
169- cpp -options : -DCODE_SERIAL_CHECK
169+ ghc -options : -DCODE_SERIAL_CHECK
170170 if flag(dumpcore)
171171 ghc-options : -ddump-simpl -ddump-stg-final -ddump-to-file -dsuppress-coercions -dsuppress-idinfo -dsuppress-module-prefixes -ddump-str-signatures -ddump-simpl-stats
172172
@@ -253,5 +253,7 @@ test-suite runtime-tests
253253 cpp-options : -DOPT_CHECK
254254 build-depends :
255255 inspection-testing
256+ if flag(codeserialchecks)
257+ ghc-options : -DCODE_SERIAL_CHECK
256258 if flag(dumpcore)
257259 ghc-options : -ddump-simpl -ddump-stg-final -ddump-to-file -dsuppress-coercions -dsuppress-idinfo -dsuppress-module-prefixes -ddump-str-signatures -ddump-simpl-stats
You can’t perform that action at this time.
0 commit comments