Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion parser-typechecker/unison-parser-typechecker.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.37.0.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
12 changes: 7 additions & 5 deletions unison-runtime/unison-runtime.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.37.0.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand All @@ -21,15 +21,15 @@ flag arraychecks
manual: True
default: False

flag dumpcore
flag codeserialchecks
manual: True
default: False

flag optchecks
flag dumpcore
manual: True
default: False

flag codeserialchecks
flag optchecks
manual: True
default: False

Expand Down Expand Up @@ -166,7 +166,7 @@ library
build-depends:
inspection-testing
if flag(codeserialchecks)
cpp-options: -DCODE_SERIAL_CHECK
ghc-options: -DCODE_SERIAL_CHECK
if flag(dumpcore)
ghc-options: -ddump-simpl -ddump-stg-final -ddump-to-file -dsuppress-coercions -dsuppress-idinfo -dsuppress-module-prefixes -ddump-str-signatures -ddump-simpl-stats

Expand Down Expand Up @@ -253,5 +253,7 @@ test-suite runtime-tests
cpp-options: -DOPT_CHECK
build-depends:
inspection-testing
if flag(codeserialchecks)
ghc-options: -DCODE_SERIAL_CHECK
if flag(dumpcore)
ghc-options: -ddump-simpl -ddump-stg-final -ddump-to-file -dsuppress-coercions -dsuppress-idinfo -dsuppress-module-prefixes -ddump-str-signatures -ddump-simpl-stats
Loading