summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-platform/not_overwrite_ghc_package_path.diff
diff options
context:
space:
mode:
author David Spencer2016-06-08 23:53:34 +0200
committer Willy Sudiarto Raharjo2016-06-09 02:44:06 +0200
commitb863f80f5fc161a8005f5332fc83b4d76f5566d9 (patch)
tree3a51859936c4da8e7a5edfcbea79e87eac270884 /haskell/haskell-platform/not_overwrite_ghc_package_path.diff
parentcc53209e5c2b48c25735c74d2ff492938e90d738 (diff)
downloadslackbuilds-b863f80f5fc161a8005f5332fc83b4d76f5566d9.tar.gz
haskell/haskell-platform: Removed (fails to build).
All the packages in haskell-platform 7.10.3 are available from SBo at the same version or slightly newer, and should be installed as individual packages. For a list, see: https://www.haskell.org/platform/contents.html Signed-off-by: David Spencer <baildon.research@googlemail.com>
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"