Skip to content

Instantly share code, notes, and snippets.

@thoferon
Created February 4, 2020 06:15
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 thoferon/60063bb87894f1b9fb08e372523b1dd3 to your computer and use it in GitHub Desktop.
Save thoferon/60063bb87894f1b9fb08e372523b1dd3 to your computer and use it in GitHub Desktop.
haskell-nix-setup
import qualified Data.Text as T
import OtherModule
main :: IO ()
main = T.putStrLn (T.pack secretString)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment