From 4b402fd2b0ab27fd62e364a2182e2e506d23ced9 Mon Sep 17 00:00:00 2001 From: Drew Raines Date: Mon, 9 Nov 2020 13:09:26 -0600 Subject: [PATCH] See if Haskell's usable --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 4ef208d..1cc7ed8 100755 --- a/build +++ b/build @@ -1,3 +1,3 @@ #!/bin/sh -exec nix-env -i ghc883 +nix-shell -p ghc883 --run "ghci -e \"putStrLn 'success'\"" -- 2.45.2