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