Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,265
Issues
4,265
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
420
Merge Requests
420
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
10e247ee
Commit
10e247ee
authored
Mar 16, 2000
by
simonmar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[project @ 2000-03-16 09:31:44 by simonmar]
Add hslibs/tests/lang/check to -syslib util (in in-place mode).
parent
c0986b4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ghc/driver/ghc.lprl
ghc/driver/ghc.lprl
+2
-2
No files found.
ghc/driver/ghc.lprl
View file @
10e247ee
...
...
@@ -2609,7 +2609,7 @@ sub add_syslib {
[ # where to slurp interface files from
( $INSTALLING
? "$InstLibDirGhc/imports/text"
: "$TopPwd/hslibs/text:$TopPwd/hslibs/text/html:$TopPwd/hslibs/text/haxml/lib"
: "$TopPwd/hslibs/text:$TopPwd/hslibs/text/html:$TopPwd/hslibs/text/haxml/lib
:$TopPwd/hslibs/text/parsec
"
)
, # where to find the archive to use when linking
( $INSTALLING
...
...
@@ -2631,7 +2631,7 @@ sub add_syslib {
[ # where to slurp interface files from
( $INSTALLING
? "$InstLibDirGhc/imports/util"
: "$TopPwd/hslibs/util"
: "$TopPwd/hslibs/util
:$TopPwd/hslibs/util/check
"
)
, # where to find the archive to use when linking
( $INSTALLING
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment