summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-05-14 19:40:51 +0100
committerIan Lynagh <ian@well-typed.com>2013-05-14 19:40:51 +0100
commit2c9cb4d2c29eecb7bbe120601b1b47695773ccde (patch)
tree938aef57a151c9d4ff5228defc7a83446f11ba50 /ghc.mk
parent69a343af10f70fcc5a7977968cbceac55114c2ee (diff)
downloadhaskell-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.
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/ghc.mk b/ghc.mk
index a4a1b56fd5..6ed553cc16 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -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