Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ## Stack
  2.  
  3. - pass command line arguments to stack exec: ``stack exec -- prog-exe arg1 arg2``
  4.  
  5. ## Profile Application
  6. - Add ``-fprof-auto`` to ghc-options
  7. - Build using ``stack build --profile``
  8. - Run with ``stack exec -- app-exe +RTS -xc``
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement