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
5577be13
Commit
5577be13
authored
Nov 22, 2008
by
Duncan Coutts
Browse files
Warn about use of tabs
parent
bf4a6eb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cabal.cabal
View file @
5577be13
...
...
@@ -54,8 +54,10 @@ Library
pretty >= 1 && < 1.1
Build-Depends: filepath >= 1 && < 1.2
GHC-Options: -Wall
CPP-Options: "-DCABAL_VERSION=1,6,0,1"
ghc-options: -Wall
if impl(ghc >= 6.8)
ghc-options: -fwarn-tabs
cpp-options: "-DCABAL_VERSION=1,7,0"
nhc98-Options: -K4M
Exposed-Modules:
...
...
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