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,311
Issues
4,311
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
382
Merge Requests
382
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
b597fa5b
Commit
b597fa5b
authored
Sep 13, 2010
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build with 6.10
parent
56a437ee
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
3 deletions
+16
-3
compiler/cmm/CmmBuildInfoTables.hs
compiler/cmm/CmmBuildInfoTables.hs
+2
-0
compiler/cmm/CmmCPSZ.hs
compiler/cmm/CmmCPSZ.hs
+2
-0
compiler/cmm/CmmSpillReload.hs
compiler/cmm/CmmSpillReload.hs
+2
-0
compiler/cmm/CmmStackLayout.hs
compiler/cmm/CmmStackLayout.hs
+2
-0
compiler/cmm/ZipCfgCmmRep.hs
compiler/cmm/ZipCfgCmmRep.hs
+2
-0
compiler/typecheck/FamInst.lhs
compiler/typecheck/FamInst.lhs
+0
-1
compiler/typecheck/TcSMonad.lhs
compiler/typecheck/TcSMonad.lhs
+2
-1
compiler/vectorise/Vectorise/Type/Env.hs
compiler/vectorise/Vectorise/Type/Env.hs
+4
-1
No files found.
compiler/cmm/CmmBuildInfoTables.hs
View file @
b597fa5b
#
if
__GLASGOW_HASKELL__
>=
611
{-# OPTIONS_GHC -XNoMonoLocalBinds #-}
#
endif
-- Norman likes local bindings
-- If this module lives on I'd like to get rid of this flag in due course
...
...
compiler/cmm/CmmCPSZ.hs
View file @
b597fa5b
#
if
__GLASGOW_HASKELL__
>=
611
{-# OPTIONS_GHC -XNoMonoLocalBinds #-}
#
endif
-- Norman likes local bindings
-- If this module lives on I'd like to get rid of this flag in due course
...
...
compiler/cmm/CmmSpillReload.hs
View file @
b597fa5b
#
if
__GLASGOW_HASKELL__
>=
611
{-# OPTIONS_GHC -XNoMonoLocalBinds #-}
#
endif
-- Norman likes local bindings
-- If this module lives on I'd like to get rid of this flag in due course
...
...
compiler/cmm/CmmStackLayout.hs
View file @
b597fa5b
#
if
__GLASGOW_HASKELL__
>=
611
{-# OPTIONS_GHC -XNoMonoLocalBinds #-}
#
endif
-- Norman likes local bindings
-- If this module lives on I'd like to get rid of this flag in due course
...
...
compiler/cmm/ZipCfgCmmRep.hs
View file @
b597fa5b
#
if
__GLASGOW_HASKELL__
>=
611
{-# OPTIONS_GHC -XNoMonoLocalBinds #-}
#
endif
-- Norman likes local bindings
-- This module is pure representation and should be imported only by
...
...
compiler/typecheck/FamInst.lhs
View file @
b597fa5b
...
...
@@ -8,7 +8,6 @@ module FamInst (
import HscTypes
import FamInstEnv
import TcMType
import TcType
import TcRnMonad
import TyCon
import Name
...
...
compiler/typecheck/TcSMonad.lhs
View file @
b597fa5b
...
...
@@ -64,7 +64,6 @@ module TcSMonad (
import HscTypes
import BasicTypes
import Type
import TcRnTypes
import Inst
import InstEnv
...
...
@@ -96,6 +95,8 @@ import HsBinds -- for TcEvBinds stuff
import Id
import FunDeps
import TcRnTypes
import Control.Monad
import Data.IORef
\end{code}
...
...
compiler/vectorise/Vectorise/Type/Env.hs
View file @
b597fa5b
{-# OPTIONS_GHC -XNoMonoLocalBinds -fno-warn-missing-signatures #-}
{-# OPTIONS_GHC -fno-warn-missing-signatures #-}
#
if
__GLASGOW_HASKELL__
>=
611
{-# OPTIONS_GHC -XNoMonoLocalBinds #-}
#
endif
-- Roman likes local bindings
-- If this module lives on I'd like to get rid of this flag in due course
...
...
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