her.esy.fun/src/posts/0010-Haskell-Now/hello.hs
2019-12-16 13:07:02 +01:00

6 lines
218 B
Haskell
Executable file

#! /usr/bin/env nix-shell
#! nix-shell -i runghc
#! nix-shell -p "ghc.withPackages (ps: [ ps.protolude ])"
#! nix-shell -I nixpkgs="https://github.com/NixOS/nixpkgs/archive/19.09.tar.gz"
main = putStrLn "Hello World!"