[commit: haddock] T6018-injective-type-families, adamse-D1033, ghc-head, master, wip/10268, wip/10313, wip/D538-4, wip/D548-master, wip/D548-master-2, wip/T10483, wip/T9840, wip/api-annot-tweaks-7.10, wip/api-annots-ghc-7.10-3, wip/orf-reboot: Add missing import for standalone haddock-api package (7c7468c)

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


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

On branches: T6018-injective-type-families,adamse-D1033,ghc-head,master,wip/10268,wip/10313,wip/D538-4,wip/D548-master,wip/D548-master-2,wip/T10483,wip/T9840,wip/api-annot-tweaks-7.10,wip/api-annots-ghc-7.10-3,wip/orf-reboot
Link       : http://git.haskell.org/haddock.git/commitdiff/7c7468c3a0cb2fa398379ea8ea019b8230229c1c

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

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

    Add missing import for standalone haddock-api package


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

7c7468c3a0cb2fa398379ea8ea019b8230229c1c
 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