view interps/ghc/runghc @ 7453:12454791bf12

<b_jonas> learn Taiwan is a country of which the United Nations denies the existance, just like Macedonia is.
author HackBot
date Sun, 17 Apr 2016 22:29:13 +0000
parents 859f9b4339e6
children
line wrap: on
line source

#!/bin/bash
src=$(cat $1)
if ! ghc -e "$src" 2> /dev/null
then
    /opt/ghc/bin/runhaskell <<< $src
fi