[Lunar-commits] <moonbase-other> haskell-platform: introduction to -other

v4hn me at v4hn.de
Mon Jul 15 00:19:57 CEST 2013


commit 79e1cf6f1e26e4d5b6a80f2acc38d3104d91fc17
Author: v4hn <me at v4hn.de>
Date: Sun, 14 Jul 2013 15:19:22 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/79e1cf6f1e26e4d5b6a80f2acc38d3104d91fc17

haskell-platform: introduction to -other
---
  haskell/haskell-platform/DEPENDS   | +5/-0     
  haskell/haskell-platform/DETAILS   | +15/-0    
  haskell/haskell-platform/PRE_BUILD | +5/-0     
  3 files changed, 25 insertions(+)

--- /dev/null
+++ b/haskell/haskell-platform/DEPENDS
@@ -0,0 +1,5 @@
+depends ghc
+
+depends zlib
+depends mesa-lib
+depends freeglut
--- /dev/null
+++ b/haskell/haskell-platform/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=haskell-platform
+         VERSION=2013.2.0.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://lambda.haskell.org/platform/download/$VERSION
+      SOURCE_VFY=sha1:8669bb5add1826c0523fb130c095fb8bf23a30ce
+        WEB_SITE=http://www.haskell.org
+         ENTERED=20130714
+         UPDATED=20130714
+           SHORT="The Glasgow Haskell Compiler"
+
+cat << EOF
+The Glasgow Haskell Compiler is a state-of-the-art,
+open source compiler and interactive environment
+for the functional language Haskell.
+EOF
--- /dev/null
+++ b/haskell/haskell-platform/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+
+# fix GHC_PACKAGE_PATH unsupported by Cabal build error
+# http://www.reddit.com/r/haskell/comments/1f8730/basic_guide_on_how_to_install_ghcplatform_manually/#
+sedit "/ GHC_PACKAGE_PATH=/ d" scripts/build.sh




More information about the Lunar-commits mailing list