add special globbing file for Windows to ghc-pkg.cabal
authordias@eecs.harvard.edu <unknown>
Wed, 13 Aug 2008 10:53:06 +0000 (10:53 +0000)
committerdias@eecs.harvard.edu <unknown>
Wed, 13 Aug 2008 10:53:06 +0000 (10:53 +0000)
utils/ghc-pkg/ghc-pkg.cabal

index 03d475f..cefad04 100644 (file)
@@ -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