Skip to content

Commit

Permalink
Fix old doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoutts committed Jul 27, 2010
1 parent 4f155ee commit 0ca2f2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Distribution/Make.hs
Expand Up @@ -15,7 +15,7 @@
-- maintenance and no testing. Perhaps at some point we should stop pretending
-- that it works.
--
-- Uses the parsed command-line from Distribution.Setup in order to build
-- Uses the parsed command-line from "Distribution.Simple.Setup" in order to build
-- Haskell tools using a backend build system based on make. Obviously we
-- assume that there is a configure script, and that after the ConfigCmd has
-- been run, there is a Makefile. Further assumptions:
Expand Down
4 changes: 2 additions & 2 deletions Distribution/Simple/LocalBuildInfo.hs
Expand Up @@ -82,8 +82,8 @@ import Distribution.Text

import Data.List (nub)

-- |Data cached after configuration step. See also
-- 'Distribution.Setup.ConfigFlags'.
-- | Data cached after configuration step. See also
-- 'Distribution.Simple.Setup.ConfigFlags'.
data LocalBuildInfo = LocalBuildInfo {
configFlags :: ConfigFlags,
-- ^ Options passed to the configuration step.
Expand Down

0 comments on commit 0ca2f2d

Please sign in to comment.