diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-06-13 15:25:05 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-06-13 15:25:05 -0400 |
commit | 8b4ebe604b5a2315f84fbd6a8db64d3b9666c097 (patch) | |
tree | e81fc712484981b6661e233472033c48991d3f89 /Build | |
parent | 704bcde3c8b07cafcc10f66572176dc8a9eacd90 (diff) |
fix build with old ghc
Diffstat (limited to 'Build')
-rw-r--r-- | Build/Mans.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/Mans.hs b/Build/Mans.hs index e7455d858..cf86d983d 100644 --- a/Build/Mans.hs +++ b/Build/Mans.hs @@ -17,6 +17,8 @@ import System.Process import System.Exit import Data.Maybe import Utility.Exception +import Control.Applicative +import Prelude buildMansOrWarn :: IO () buildMansOrWarn = do |