Created
December 3, 2013 22:27
-
-
Save danidiaz/7778736 to your computer and use it in GitHub Desktop.
example of runghc invocation that requests a package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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