Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Glasgow Haskell Compiler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
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
Shayne Fletcher
Glasgow Haskell Compiler
Commits
47d37047
Commit
47d37047
authored
Nov 02, 2010
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix building genprimopcode with GHC 7.0, and remove haskell98 imports
parent
066d28b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
utils/genprimopcode/Main.hs
utils/genprimopcode/Main.hs
+4
-4
utils/genprimopcode/ghc.mk
utils/genprimopcode/ghc.mk
+1
-0
No files found.
utils/genprimopcode/Main.hs
View file @
47d37047
...
...
@@ -8,10 +8,10 @@ module Main where
import
Parser
import
Syntax
import
Char
import
List
import
System
(
getArg
s
)
import
Maybe
(
catMaybe
s
)
import
Data.
Char
import
Data.
List
import
Data.Maybe
(
catMaybe
s
)
import
System.Environment
(
getArg
s
)
main
::
IO
()
main
=
getArgs
>>=
\
args
->
...
...
utils/genprimopcode/ghc.mk
View file @
47d37047
...
...
@@ -12,5 +12,6 @@
utils/
genprimopcode_dist_MODULES
=
Lexer Main ParserM Parser Syntax
utils/
genprimopcode_dist_PROG
=
$(GHC_GENPRIMOP_PGM)
utils/
genprimopcode_dist_HC_OPTS
=
-package
array
$(eval
$(call
build-prog,utils/genprimopcode,dist,0))
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