add special globbing file for Windows to ghc-pkg.cabal
[ghc-hetmet.git] / 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