Compile Haskell file to binary file
    ghc -O2 mycode.hs && time ./t > /dev/null
    
Compile Haskell file to different directory
    ghc -O2 mycode.hs -o /myfile/mycode