Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
b597fa5b
Commit
b597fa5b
authored
Sep 13, 2010
by
Ian Lynagh
Browse files
Fix build with 6.10
parent
56a437ee
Changes
8
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment