hledger-lib: mark the double flag as manual only

This would only be used for developer testing, cabal should never toggle
it automatically.
This commit is contained in:
Simon Michael 2015-03-27 15:46:57 -07:00
parent b8b730226f
commit 216ebb8333

View File

@ -35,9 +35,9 @@ source-repository head
location: https://github.com/simonmichael/hledger location: https://github.com/simonmichael/hledger
flag double flag double
Description: Use old Double number representation (instead of Decimal), for testing/benchmarking. description: Use old Double number representation (instead of Decimal), for testing/benchmarking.
Default: False default: False
manual: True
flag old-locale flag old-locale
description: A compatibility flag, set automatically by cabal. description: A compatibility flag, set automatically by cabal.