summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authordias@eecs.harvard.edu <unknown>2008-08-13 10:53:06 +0000
committerdias@eecs.harvard.edu <unknown>2008-08-13 10:53:06 +0000
commit33fd028c5ee862fc97ac3cf79329b40608fbaab6 (patch)
treeae5412837fb5161cfc534973ac2bd0c0aa772723 /utils
parent027bfeb550029829bf94e4e78d23fad1638e2756 (diff)
downloadhaskell-33fd028c5ee862fc97ac3cf79329b40608fbaab6.tar.gz
add special globbing file for Windows to ghc-pkg.cabal
Diffstat (limited to 'utils')
-rw-r--r--utils/ghc-pkg/ghc-pkg.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal
index 03d475febd..cefad041dd 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