Skip to content
Snippets Groups Projects
Commit 96a36e64 authored by Isaac Potoczny-Jones's avatar Isaac Potoczny-Jones
Browse files

haddock comments for GHC and GHCPackageConig

parent 5b03a323
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,9 @@
-- Stability : alpha
-- Portability : portable
--
-- Build and Install implementations for GHC. See
-- 'Distribution.Simple.GHCPackageConfig.GHCPackageConfig' for
-- registration-related stuff.
{- Copyright (c) 2003-2005, Isaac Jones
All rights reserved.
......
......@@ -9,7 +9,8 @@
-- Portability : portable
--
-- Explanation: Performs registration for GHC. Specific to
-- ghc-pkg. Creates a GHC package config file.
-- ghc-pkg. Creates a GHC package config file. See also
-- 'Distribution.Simple.GHC.build', etc.
module Distribution.Simple.GHCPackageConfig (
GHCPackageConfig(..),
......@@ -37,7 +38,7 @@ import System.Directory (doesFileExist, getPermissions, Permissions (..))
import Distribution.Compat.FilePath (joinFileName)
import Distribution.Compat.Directory (getHomeDirectory)
-- |Where ghc keeps the --user files.
-- |Where ghc versions < 6.3 keeps the --user files.
-- |return the file, whether it exists, and whether it's readable
localPackageConfig :: IO FilePath
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment