Created
May 30, 2021 02:04
-
-
Save beezee/a2d76e20f2c997aa7b0042ed879a7113 to your computer and use it in GitHub Desktop.
Haskell script boilerplate
This file contains 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
{- stack script | |
--resolver lts-17.13 | |
--install-ghc | |
--ghc-options -Wall | |
--ghc-options -Werror | |
--package "package1 package2 etc" | |
-} | |
-- informed by https://wespiser.com/posts/2020-02-02-Command-Line-Haskell.html | |
module Script where |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment