See if Haskell's usable
1 files changed, 1 insertions(+), 1 deletions(-) M build
M build => build +1 -1
@@ 1,3 1,3 @@ #!/bin/sh -exec nix-env -i ghc883 +nix-shell -p ghc883 --run "ghci -e \"putStrLn 'success'\""