Ian Duncan wrote:
Ok, I've gotten past the "permission denied" error, but now I get "interpreter failed: Exec format error". What is wrong now?
Thanks again!
Here's the script currently #!/usr/local/bin/runghc module Main where import System.Cmd
main = putStrLn "FOO"
{- do c <- getContents system ("/Users/ian/.cabal/bin/pointfree "" ++ c ++ """) -}
What's in pointfree? Is it an executable binary or not? ("file pointfree" to check)