diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-05-14 19:40:51 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-05-14 19:40:51 +0100 |
commit | 2c9cb4d2c29eecb7bbe120601b1b47695773ccde (patch) | |
tree | 938aef57a151c9d4ff5228defc7a83446f11ba50 | |
parent | 69a343af10f70fcc5a7977968cbceac55114c2ee (diff) | |
download | haskell-2c9cb4d2c29eecb7bbe120601b1b47695773ccde.tar.gz |
Stop excluding the dyn way for the dph packages on Windows
Now that we can build the GHC package the dyn way, there's no need
to exclude them.
-rw-r--r-- | ghc.mk | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -565,18 +565,6 @@ $(error Unknown integer library: $(INTEGER_LIBRARY)) endif endif -# ---------------------------------------- -# Workarounds for problems building DLLs on Windows - -ifeq "$(TargetOS_CPP)" "mingw32" -# We don't build the GHC package the dyn way on Windows, so -# we can't build these packages the dyn way either. See trac #5987 -libraries/dph/dph-lifted-base_dist-install_EXCLUDED_WAYS := dyn -libraries/dph/dph-lifted-boxed_dist-install_EXCLUDED_WAYS := dyn -libraries/dph/dph-lifted-copy_dist-install_EXCLUDED_WAYS := dyn -libraries/dph/dph-lifted-vseg_dist-install_EXCLUDED_WAYS := dyn -endif - # ----------------------------------------------------------------------------- # Include build instructions from all subdirs |