mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
fix "oldtime" dep typo more (fixes #431)
This commit is contained in:
parent
2eb7db202f
commit
a8ca9e83d9
@ -209,7 +209,7 @@ executable hledger
|
||||
if flag(oldtime)
|
||||
build-depends:
|
||||
time <1.5
|
||||
, oldtime
|
||||
, old-locale
|
||||
else
|
||||
build-depends:
|
||||
time >=1.5
|
||||
@ -270,7 +270,7 @@ test-suite test
|
||||
if flag(oldtime)
|
||||
build-depends:
|
||||
time <1.5
|
||||
, oldtime
|
||||
, old-locale
|
||||
else
|
||||
build-depends:
|
||||
time >=1.5
|
||||
@ -304,7 +304,7 @@ benchmark bench
|
||||
if flag(oldtime)
|
||||
build-depends:
|
||||
time <1.5
|
||||
, oldtime
|
||||
, old-locale
|
||||
else
|
||||
build-depends:
|
||||
time >=1.5
|
||||
|
Loading…
Reference in New Issue
Block a user