From: Mart Lubbers Date: Mon, 18 Dec 2017 09:42:39 +0000 (+0100) Subject: make up to date X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=commitdiff_plain;h=5855016259a3e87c3707573b1c3c843b6365a038 make up to date --- diff --git a/cloogleirc.icl b/cloogleirc.icl index a504883..300497e 100644 --- a/cloogleirc.icl +++ b/cloogleirc.icl @@ -1,7 +1,7 @@ module cloogleirc import Cloogle -import GenPrint +import Data.Generics.GenPrint import StdEnv import Data.Functor @@ -20,7 +20,7 @@ import System.Time import Control.Applicative import qualified Control.Monad as CM import qualified Data.Map as DM -from Control.Monad import class Monad, instance Monad Maybe, >>= +from Control.Monad import class Monad(bind), >>= from Text.Encodings.UrlEncoding import urlEncode import System.CommandLine import Internet.HTTP diff --git a/install_clean.sh b/install_clean.sh index f5da1d9..f7fe903 100644 --- a/install_clean.sh +++ b/install_clean.sh @@ -18,10 +18,4 @@ echo "Downloading and installing clean nightly" >&2 curl -sSL ftp://ftp.cs.ru.nl/pub/Clean/builds/linux-x64/clean-bundle-complete-linux-x64-latest.tgz \ | tar --gunzip --strip-components=1 --extract --directory="$TARGET" -echo "Apply patches" >&2 -curl -sSL https://gitlab.science.ru.nl/mlubbers/iTasks-SDK/raw/95-addbackgroundtask/Libraries/iTasks/_Framework/TaskServer.dcl\ - > "$TARGET"/lib/iTasks/iTasks/_Framework/TaskServer.dcl -curl -sSL https://gitlab.science.ru.nl/mlubbers/iTasks-SDK/raw/95-addbackgroundtask/Libraries/iTasks/_Framework/TaskServer.icl\ - > "$TARGET"/lib/iTasks/iTasks/_Framework/TaskServer.icl - echo "export CLEAN_HOME=$TARGET; export PATH=$TARGET/bin:\$PATH;"