From 83d063c63b2511794963a2a6504ce715da347a61 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 25 Sep 2017 09:49:33 -0400 Subject: [PATCH] fix build with old ghc --- Annex/Export.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Annex/Export.hs b/Annex/Export.hs index 6565c257bd..0629c3dcce 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.