Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
Cabal
Commits
0be1ae48
Commit
0be1ae48
authored
14 years ago
by
Duncan Coutts
Browse files
Options
Downloads
Patches
Plain Diff
Fix old doc links
parent
54719791
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Distribution/Make.hs
+1
-1
1 addition, 1 deletion
Distribution/Make.hs
Distribution/Simple/LocalBuildInfo.hs
+2
-2
2 additions, 2 deletions
Distribution/Simple/LocalBuildInfo.hs
with
3 additions
and
3 deletions
Distribution/Make.hs
+
1
−
1
View file @
0be1ae48
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Distribution/Simple/LocalBuildInfo.hs
+
2
−
2
View file @
0be1ae48
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment