[commit: haddock] wip/D538-5, wip/D538-6: Add missing import for standalone haddock-api package (b89e31b)

git at git.haskell.org git at git.haskell.org
Wed Jul 8 08:36:31 UTC 2015


Repository : ssh://git@git.haskell.org/haddock

On branches: wip/D538-5,wip/D538-6
Link       : http://git.haskell.org/haddock.git/commitdiff/b89e31b3a30bad40b27fd03ce6fe6e3e636083f9

>---------------------------------------------------------------

commit b89e31b3a30bad40b27fd03ce6fe6e3e636083f9
Author: Luite Stegeman <stegeman at gmail.com>
Date:   Mon Dec 22 15:58:43 2014 +0100

    Add missing import for standalone haddock-api package


>---------------------------------------------------------------

b89e31b3a30bad40b27fd03ce6fe6e3e636083f9
 haddock-api/src/Haddock.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/haddock-api/src/Haddock.hs b/haddock-api/src/Haddock.hs
index 7e01090..915ad47 100644
--- a/haddock-api/src/Haddock.hs
+++ b/haddock-api/src/Haddock.hs
@@ -59,6 +59,7 @@ import System.FilePath
 #else
 import qualified GHC.Paths as GhcPaths
 import Paths_haddock_api (getDataDir)
+import System.Directory (doesDirectoryExist)
 #endif
 
 import GHC hiding (verbosity)



More information about the ghc-commits mailing list