From: dias@eecs.harvard.edu Date: Wed, 13 Aug 2008 10:53:06 +0000 (+0000) Subject: add special globbing file for Windows to ghc-pkg.cabal X-Git-Tag: 2008-09-12~200 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=33fd028c5ee862fc97ac3cf79329b40608fbaab6 add special globbing file for Windows to ghc-pkg.cabal --- diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal index 03d475f..cefad04 100644 --- a/utils/ghc-pkg/ghc-pkg.cabal +++ b/utils/ghc-pkg/ghc-pkg.cabal @@ -29,4 +29,5 @@ Executable ghc-pkg Build-Depends: haskell98, filepath, Cabal if !os(windows) Build-Depends: unix - + if os(windows) + c-sources: CRT_noglob.c