Skip to content
Snippets Groups Projects
Commit 0be1ae48 authored by Duncan Coutts's avatar Duncan Coutts
Browse files

Fix old doc links

parent 54719791
No related merge requests found
......@@ -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:
......
......@@ -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.
......
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