From cbb8729e4e74f2e7343acd6d33e9f8870094f65b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Mon, 16 May 2022 21:43:18 -0600 Subject: [PATCH] =?UTF-8?q?a=C3=B1ade=20el=20compilador=20de=20haskell=20a?= =?UTF-8?q?=20la=20shenv=20de=20anpi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shenvs/anpi.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shenvs/anpi.nix b/shenvs/anpi.nix index e442b2b..c3c2a6e 100644 --- a/shenvs/anpi.nix +++ b/shenvs/anpi.nix @@ -10,5 +10,6 @@ pkgs: { sympy matplotlib ])) + ghc ]; }