Skip to content

Instantly share code, notes, and snippets.

@beezee
Created May 30, 2021 02:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beezee/a2d76e20f2c997aa7b0042ed879a7113 to your computer and use it in GitHub Desktop.
Save beezee/a2d76e20f2c997aa7b0042ed879a7113 to your computer and use it in GitHub Desktop.
Haskell script boilerplate
{- 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