From 33fd028c5ee862fc97ac3cf79329b40608fbaab6 Mon Sep 17 00:00:00 2001 From: "dias@eecs.harvard.edu" Date: Wed, 13 Aug 2008 10:53:06 +0000 Subject: [PATCH] add special globbing file for Windows to ghc-pkg.cabal --- utils/ghc-pkg/ghc-pkg.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4