pkg: drop unused double flag

This commit is contained in:
Simon Michael 2016-08-09 12:04:19 -07:00
parent cf8ebd4ae2
commit 9ad7f2f7e4
2 changed files with 0 additions and 9 deletions

View File

@ -47,11 +47,6 @@ source-repository head
type: git
location: https://github.com/simonmichael/hledger
flag double
manual: True
default: False
description: Use old Double number representation (instead of Decimal), for testing/benchmarking.
flag oldtime
description: If building with time < 1.5, also depend on old-locale. Set automatically by cabal.
manual: False

View File

@ -34,10 +34,6 @@ data-files:
- doc/hledger_timeclock.5.txt
- doc/hledger_timeclock.5.info
flags:
double:
description: Use old Double number representation (instead of Decimal), for testing/benchmarking.
manual: true
default: false
oldtime:
description: If building with time < 1.5, also depend on old-locale. Set automatically by cabal.
manual: false