nar: set bounded_memory flag to manual True

so cabal check won't complain about `-fprop`
This commit is contained in:
sorki 2024-07-31 16:20:58 +02:00
parent dfec03d1dc
commit 195a92cd4c

View File

@ -21,6 +21,7 @@ extra-source-files:
flag bounded_memory
description: Run tests of constant memory use (requires +RTS -T)
default: False
manual: True
common commons
ghc-options: -Wall