nix-script/example.hs

11 lines
187 B
Haskell
Executable File

#!/usr/bin/env nix-script
#!> haskell
#! haskell | text lens optparse-applicative
#! shell | nix nix-prefetch-scripts
import Control.Lens
main :: IO ()
main = do
putStrLn "It works!"