import Data.Time.Format to ensure its Read instance for LocalTime is available
authorJoey Hess <joeyh@joeyh.name>
Sat, 21 Nov 2015 17:27:59 +0000 (13:27 -0400)
committerJoey Hess <joeyh@joeyh.name>
Sat, 21 Nov 2015 17:36:30 +0000 (13:36 -0400)
commit394b66be13fb0250535fa7f88dc6afa147e6466e
tree19b306a77c208a67dd61798561664599891f6632
parent4d398011cfbf47698eb18c10a15bec10a61157e3
import Data.Time.Format to ensure its Read instance for LocalTime is available

Seems that Utility.SafeCommand loaded something that indirectly got that
instance loaded on unix, but not on Windows recently.
Utility/Scheduled.hs