fix build with old ghc

This commit is contained in:
Joey Hess 2017-09-25 09:49:33 -04:00
parent 93d5951f11
commit 83d063c63b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -14,6 +14,8 @@ import Types.Remote
import qualified Git import qualified Git
import qualified Data.Map as M import qualified Data.Map as M
import Control.Applicative
import Prelude
-- An export includes both annexed files and files stored in git. -- An export includes both annexed files and files stored in git.
-- For the latter, a SHA1 key is synthesized. -- For the latter, a SHA1 key is synthesized.