diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-02-28 12:44:33 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-02-28 12:44:33 -0400 |
commit | 8403b3d4677a13c2252c833b377d3fb0f187e1df (patch) | |
tree | 7c14e75bd9c5363c686c4ff71d063a03beb4efa8 /Types | |
parent | 06eb18d6491b9305e7cfbd1ebf3cd62adc701ed2 (diff) |
fix build with old ghc
Diffstat (limited to 'Types')
-rw-r--r-- | Types/Distribution.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Types/Distribution.hs b/Types/Distribution.hs index a7e2f4c95..80471c067 100644 --- a/Types/Distribution.hs +++ b/Types/Distribution.hs @@ -14,6 +14,8 @@ import Data.Time.Clock import Git.Config (isTrue, boolConfig) import Data.String.Utils +import Control.Applicative +import Prelude type GitAnnexVersion = String |