Repository : http://darcs.haskell.org/ghc.git/
On branch : master https://github.com/ghc/ghc/commit/2c9cb4d2c29eecb7bbe120601b1b47695773ccde >--------------------------------------------------------------- commit 2c9cb4d2c29eecb7bbe120601b1b47695773ccde Author: Ian Lynagh <[email protected]> Date: Tue May 14 19:40:51 2013 +0100 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. >--------------------------------------------------------------- ghc.mk | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ghc.mk b/ghc.mk index a4a1b56..6ed553c 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 _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
