Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
7c1e14e5
Commit
7c1e14e5
authored
Nov 22, 2008
by
Duncan Coutts
Browse files
Warn about use of tabs
parent
27eb3d3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/cabal-install.cabal
View file @
7c1e14e5
...
...
@@ -34,7 +34,9 @@ Executable cabal
Main-Is: Main.hs
-- We want assertion checking on even if people build with -O
-- although it is expensive, we want to catch problems early:
Ghc-Options: -Wall -fno-ignore-asserts
ghc-options: -Wall -fno-ignore-asserts
if impl(ghc >= 6.8)
ghc-options: -fwarn-tabs
Other-Modules:
Distribution.Client.BuildReports.Anonymous
Distribution.Client.BuildReports.Storage
...
...
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