Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Curran McConnell
GHC
Commits
55e04cb9
Commit
55e04cb9
authored
10 years ago
by
Herbert Valerio Riedel
Browse files
Options
Downloads
Patches
Plain Diff
Remove a few redundant `-fno-warn-tabs`s
parent
f1d88419
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
compiler/coreSyn/MkCore.lhs
+0
-6
0 additions, 6 deletions
compiler/coreSyn/MkCore.lhs
compiler/hsSyn/HsUtils.lhs
+0
-6
0 additions, 6 deletions
compiler/hsSyn/HsUtils.lhs
compiler/rename/RnBinds.lhs
+0
-6
0 additions, 6 deletions
compiler/rename/RnBinds.lhs
with
0 additions
and
18 deletions
compiler/coreSyn/MkCore.lhs
+
0
−
6
View file @
55e04cb9
\begin{code}
{-# LANGUAGE CPP #-}
{-# OPTIONS_GHC -fno-warn-tabs #-}
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and
-- detab the module (please do the detabbing in a separate patch). See
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- for details
-- | Handy functions for creating much Core syntax
module MkCore (
...
...
This diff is collapsed.
Click to expand it.
compiler/hsSyn/HsUtils.lhs
+
0
−
6
View file @
55e04cb9
...
...
@@ -15,12 +15,6 @@ which deal with the instantiated versions are located elsewhere:
\begin{code}
{-# LANGUAGE CPP #-}
{-# OPTIONS_GHC -fno-warn-tabs #-}
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and
-- detab the module (please do the detabbing in a separate patch). See
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- for details
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE FlexibleContexts #-}
...
...
This diff is collapsed.
Click to expand it.
compiler/rename/RnBinds.lhs
+
0
−
6
View file @
55e04cb9
...
...
@@ -10,12 +10,6 @@ they may be affected by renaming (which isn't fully worked out yet).
\begin{code}
{-# LANGUAGE CPP #-}
{-# OPTIONS_GHC -fno-warn-tabs #-}
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and
-- detab the module (please do the detabbing in a separate patch). See
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- for details
module RnBinds (
-- Renaming top-level bindings
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment