aboutsummaryrefslogtreecommitdiff
path: root/Command/ImportFeed.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-10 15:36:58 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-10 15:36:58 -0400
commitcb994264d239ca4ac50402175a7fd7ac89e029d6 (patch)
tree4b7c4d05e045fc4593812746274b1898176cb216 /Command/ImportFeed.hs
parent724e67bdf449120bdaf0ca695d49626e5249d446 (diff)
more time-1.5 fixes
Diffstat (limited to 'Command/ImportFeed.hs')
-rw-r--r--Command/ImportFeed.hs2
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