[commit: ghc] wip/nfs-locking: Fix comments. (77766e8)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:09:22 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/77766e8e875b069d05c9a536811df20796d023c5/ghc
>---------------------------------------------------------------
commit 77766e8e875b069d05c9a536811df20796d023c5
Author: Andrey Mokhov <andrey.mokhov at ncl.ac.uk>
Date: Mon Feb 9 15:40:44 2015 +0000
Fix comments.
>---------------------------------------------------------------
77766e8e875b069d05c9a536811df20796d023c5
src/Package/Base.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Package/Base.hs b/src/Package/Base.hs
index 7f310d1..2738b83 100644
--- a/src/Package/Base.hs
+++ b/src/Package/Base.hs
@@ -52,7 +52,7 @@ defaultSettings stage = Settings
-- The typical structure of that directory is:
-- * build/ : contains compiled object code
-- * doc/ : produced by haddock
--- * package-data.mk : contains output of ghc-cabal applied to package.cabal
+-- * package-data.mk : contains output of ghc-cabal applied to pkgCabal.cabal
-- Settings may be different for different combinations of Stage & FilePath
-- TODO: the above may be incorrect, settings seem to *only* depend on the
-- stage. In fact Stage seem to define FilePath and Settings, therefore we
More information about the ghc-commits
mailing list