From ebbfcf758357edbe63c97d7a92c2e17c61112386 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 28 Jun 2022 17:27:21 +0200 Subject: Add haskell shell --- shells/haskell.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 shells/haskell.nix (limited to 'shells/haskell.nix') diff --git a/shells/haskell.nix b/shells/haskell.nix new file mode 100644 index 0000000..c2850fb --- /dev/null +++ b/shells/haskell.nix @@ -0,0 +1,8 @@ +{ pkgs ? import { } }: +pkgs.mkShell { + name = "haskell-shell"; + buildInputs = with pkgs; [ + ghc + cabal-install + ]; +} -- cgit 1.4.1