aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-25 09:49:33 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-25 09:49:33 -0400
commit5bb3a2c23f2d76a8d13894e217256cb3ed80e295 (patch)
treecdde5b7650e2080460387dd1c639dc4e2bf0eacb
parent5970d881222cb94f72accf38b15b710be6c81c9a (diff)
fix build with old ghc
-rw-r--r--Annex/Export.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Annex/Export.hs b/Annex/Export.hs
index 6565c257b..0629c3dcc 100644
--- a/Annex/Export.hs
+++ b/Annex/Export.hs
@@ -14,6 +14,8 @@ import Types.Remote
import qualified Git
import qualified Data.Map as M
+import Control.Applicative
+import Prelude
-- An export includes both annexed files and files stored in git.
-- For the latter, a SHA1 key is synthesized.