From 1cac4b1d194fedad2ddfff55f728dd1db93731cc Mon Sep 17 00:00:00 2001
From: Christopher Spinrath <admin@spinrath.net>
Date: Wed, 18 Mar 2015 17:00:26 +0100
Subject: [PATCH] Replace haskell-platform with ghc

---
 scripts/linuxparty.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/linuxparty.sh b/scripts/linuxparty.sh
index e492505..27a91a1 100644
--- a/scripts/linuxparty.sh
+++ b/scripts/linuxparty.sh
@@ -67,7 +67,7 @@ PH_PKGS=(\
 IF_PKGS=(\
 "FALSE" "postgresql" "Datenbank-Server. Nett um in der Datenbanken-Vorlesungen Dinge auszuprobieren.\n Aber relativ groß." \
 "TRUE" "dia" "Graphisches Tool, um UML/ER Diagramme für die Vorlesungen Softwaretechnik und Datenbanken anzufertigen" \
-"TRUE" "haskell-platform" "Glaskow Haskell Compiler für die Vorlesung Programmierung" \
+"TRUE" "ghc" "Glaskow Haskell Compiler für die Vorlesung Programmierung" \
 "TRUE" "default-jdk" "Java JDK für die Vorlesung Programmierung" \
 "TRUE" "swi-prolog" "Prolog Interpreter/Compiler für die Vorlesung Programmierung" \
 )
-- 
GitLab