pkg: drop unused double flag
This commit is contained in:
parent
cf8ebd4ae2
commit
9ad7f2f7e4
@ -47,11 +47,6 @@ source-repository head
|
|||||||
type: git
|
type: git
|
||||||
location: https://github.com/simonmichael/hledger
|
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
|
flag oldtime
|
||||||
description: If building with time < 1.5, also depend on old-locale. Set automatically by cabal.
|
description: If building with time < 1.5, also depend on old-locale. Set automatically by cabal.
|
||||||
manual: False
|
manual: False
|
||||||
|
|||||||
@ -34,10 +34,6 @@ data-files:
|
|||||||
- doc/hledger_timeclock.5.txt
|
- doc/hledger_timeclock.5.txt
|
||||||
- doc/hledger_timeclock.5.info
|
- doc/hledger_timeclock.5.info
|
||||||
flags:
|
flags:
|
||||||
double:
|
|
||||||
description: Use old Double number representation (instead of Decimal), for testing/benchmarking.
|
|
||||||
manual: true
|
|
||||||
default: false
|
|
||||||
oldtime:
|
oldtime:
|
||||||
description: If building with time < 1.5, also depend on old-locale. Set automatically by cabal.
|
description: If building with time < 1.5, also depend on old-locale. Set automatically by cabal.
|
||||||
manual: false
|
manual: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user