X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghc.cabal;h=735e8fb77f5303e4a66bbbe46998d7693c85b6b5;hb=a21c47c238161b9b337013085f50feeba9979a02;hp=9d589f4bb7c26a1e3998106de18408566d4baa1b;hpb=e61fe59d9567fbad053a87f897e6c8198dc95794;p=ghc-hetmet.git diff --git a/compiler/ghc.cabal b/compiler/ghc.cabal index 9d589f4..735e8fb 100644 --- a/compiler/ghc.cabal +++ b/compiler/ghc.cabal @@ -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 @@ -210,6 +207,7 @@ Library CoreUnfold CoreUtils ExternalCore + MkCore MkExternalCore PprCore PprExternalCore