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,262
Issues
4,262
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
404
Merge Requests
404
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
153ad63a
Commit
153ad63a
authored
Sep 01, 1997
by
simonm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[project @ 1997-09-01 10:03:50 by simonm]
move the happy option-setting bit to the right place.
parent
4a30fe22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
mk/config.mk.in
mk/config.mk.in
+3
-4
No files found.
mk/config.mk.in
View file @
153ad63a
...
...
@@ -417,6 +417,9 @@ endif
#
# SRC_HC_OPTS += -O
ifeq ($(Ghc2_0),NO)
SRC_HAPPY_OPTS += -1.2
endif
#################################################################################
#
...
...
@@ -610,10 +613,6 @@ ifeq "$(HAPPY)" ""
HAPPY = $(HAPPY_PREFIX)happy
endif
ifeq ($(Ghc2_0),NO)
SRC_HAPPY_OPTS = -1.2
endif
#
# Stuff from fptools/literate
#
...
...
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