not_overwrite_ghc_package_path.diff 621 B

12345678910111213
  1. diff -Naur haskell-platform-2013.2.0.0.orig/scripts/build.sh haskell-platform-2013.2.0.0/scripts/build.sh
  2. --- haskell-platform-2013.2.0.0.orig/scripts/build.sh 2013-05-04 13:56:20.000000000 -0700
  3. +++ haskell-platform-2013.2.0.0/scripts/build.sh 2014-03-26 00:53:37.800346652 -0700
  4. @@ -66,7 +66,7 @@
  5. [ -f Setup ] && rm Setup
  6. - GHC_PACKAGE_PATH="${ORIG_GHC_PACKAGE_PATH}" \
  7. + #GHC_PACKAGE_PATH="${ORIG_GHC_PACKAGE_PATH}" \
  8. tell ${GHC} --make Setup -o Setup -package "${CABAL_PKG_VER}" \
  9. || die "Compiling the Setup script failed"
  10. [ -x Setup ] || die "The Setup script does not exist or cannot be run"