diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-26 19:12:33 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-26 19:12:33 -0400 |
commit | f5d0d8770b4dc7f60cd75647ea353f376ee8852c (patch) | |
tree | 98811f3f578c5eeca9b49fbe76c89a666aa6dc84 /Build | |
parent | c14d637df1e7880904c4f28aad70d179d347aed4 (diff) |
fix warning with ghc 7.10
Diffstat (limited to 'Build')
-rw-r--r-- | Build/Version.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/Version.hs b/Build/Version.hs index e20f73f8e..5954de169 100644 --- a/Build/Version.hs +++ b/Build/Version.hs @@ -4,12 +4,13 @@ module Build.Version where -import Control.Applicative import Data.List import System.Environment import System.Directory import Data.Char import System.Process +import Control.Applicative +import Prelude import Utility.Monad import Utility.Exception |