1
0
mirror of https://github.com/bennofs/nix-script synced 2025-01-10 12:54:20 +01:00
nix-script/example.hs

9 lines
166 B
Haskell
Raw Normal View History

2015-08-29 20:35:53 +02:00
#!/usr/bin/env nix-script
#!> haskell
#! haskell | text lens optparse-applicative
#! shell | nix nix-prefetch-scripts
main :: IO ()
main = do
putStrLn "It works!"