diff options
author | dias@eecs.harvard.edu <unknown> | 2008-08-13 10:53:06 +0000 |
---|---|---|
committer | dias@eecs.harvard.edu <unknown> | 2008-08-13 10:53:06 +0000 |
commit | 33fd028c5ee862fc97ac3cf79329b40608fbaab6 (patch) | |
tree | ae5412837fb5161cfc534973ac2bd0c0aa772723 /utils | |
parent | 027bfeb550029829bf94e4e78d23fad1638e2756 (diff) | |
download | haskell-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.cabal | 3 |
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 |