Skip to content

Commit 65fc68b

Browse files
authored
Merge pull request #5780 from ceedubs/hpack-version
2 parents 53b7d6c + d4c61c2 commit 65fc68b

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

parser-typechecker/unison-parser-typechecker.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-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

unison-runtime/unison-runtime.cabal

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-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

0 commit comments

Comments
 (0)