Tagged Questions

8
votes
2answers
133 views

Runhaskell performance anomaly

I'm trying to understand a performance anomaly being observed when running a program under runhaskell. The program in question is: isFactor n = (0 ==) . (mod n) factors x = filter (isFactor x) ...
6
votes
1answer
140 views

How can I load a runhaskell script without a .hs extension with ghci?

I have written a script in haskell named testscript with the following code: #!/usr/bin/env runhaskell main = putStrLn "hello" After making the script executable, I can run it using ./testscript. ...
3
votes
2answers
78 views

How do i use runhaskell with cabal-dev?

Well, title says it all, here is some background: Unfortunately cabal-dev ghci does not work in this project, i get an error: Loading package download-0.3.2 ... linking ... ghc: ...