diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-10 15:36:58 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-10 15:36:58 -0400 |
commit | cb994264d239ca4ac50402175a7fd7ac89e029d6 (patch) | |
tree | 4b7c4d05e045fc4593812746274b1898176cb216 /Command | |
parent | 724e67bdf449120bdaf0ca695d49626e5249d446 (diff) |
more time-1.5 fixes
Diffstat (limited to 'Command')
-rw-r--r-- | Command/ImportFeed.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Command/ImportFeed.hs b/Command/ImportFeed.hs index 379350c80..6d3a1765b 100644 --- a/Command/ImportFeed.hs +++ b/Command/ImportFeed.hs @@ -16,7 +16,9 @@ import qualified Data.Set as S import qualified Data.Map as M import Data.Time.Clock import Data.Time.Format +#if ! MIN_VERSION_time(1,5,0) import System.Locale +#endif import Common.Annex import qualified Annex |