1
0
mirror of https://github.com/bennofs/nix-script synced 2025-01-10 04:44:21 +01:00
nix-script/example.hs
2015-09-11 05:12:57 +02:00

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!"