Skip to content

Instantly share code, notes, and snippets.

@danidiaz
Created December 3, 2013 22:27
Show Gist options
  • Select an option

  • Save danidiaz/7778736 to your computer and use it in GitHub Desktop.

Select an option

Save danidiaz/7778736 to your computer and use it in GitHub Desktop.
example of runghc invocation that requests a package
# http://www.haskell.org/ghc/docs/7.6.3/html/users_guide/ghci-invocation.html#idp32890000
# http://www.haskell.org/ghc/docs/7.0.3/html/users_guide/runghc.html
runghc -- -package --ghc-arg=shelly Script.hs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment