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
28dd45d2
Commit
28dd45d2
authored
Aug 04, 2008
by
Ian Lynagh
Browse files
Don't make a "windows" flag in the Cabal file - os(windows) already exists!
Pointed out by Duncan Coutts
parent
8303bba8
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/ghc.cabal
View file @
28dd45d2
...
...
@@ -29,9 +29,6 @@ Flag ghci
Flag stage1
Description: Is this stage 1?
Flag windows
Description: On a Windows machine
Library
Exposed: False
...
...
@@ -47,7 +44,7 @@ Library
Build-Depends: base < 3
Build-Depends: filepath >= 1 && < 1.2
Build-Depends: haskell98, Cabal, hpc
if
flag
(windows)
if
os
(windows)
Build-Depends: Win32
else
Build-Depends: unix
...
...
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