summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-platform/not_overwrite_ghc_package_path.diff
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-platform/not_overwrite_ghc_package_path.diff')
-rw-r--r--haskell/haskell-platform/not_overwrite_ghc_package_path.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/haskell/haskell-platform/not_overwrite_ghc_package_path.diff b/haskell/haskell-platform/not_overwrite_ghc_package_path.diff
deleted file mode 100644
index c4e8889dc2..0000000000
--- a/haskell/haskell-platform/not_overwrite_ghc_package_path.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur haskell-platform-2013.2.0.0.orig/scripts/build.sh haskell-platform-2013.2.0.0/scripts/build.sh
---- haskell-platform-2013.2.0.0.orig/scripts/build.sh 2013-05-04 13:56:20.000000000 -0700
-+++ haskell-platform-2013.2.0.0/scripts/build.sh 2014-03-26 00:53:37.800346652 -0700
-@@ -66,7 +66,7 @@
-
- [ -f Setup ] && rm Setup
-
-- GHC_PACKAGE_PATH="${ORIG_GHC_PACKAGE_PATH}" \
-+ #GHC_PACKAGE_PATH="${ORIG_GHC_PACKAGE_PATH}" \
- tell ${GHC} --make Setup -o Setup -package "${CABAL_PKG_VER}" \
- || die "Compiling the Setup script failed"
- [ -x Setup ] || die "The Setup script does not exist or cannot be run"