From 54eaf2060ac02688eaa699ca4b708744b965c6e3 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Tue, 25 Apr 2023 14:30:33 -0400 Subject: [PATCH] Add the new zlib dependency to the `cabal-test` flake app --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 91b59ea..e8abed6 100644 --- a/flake.nix +++ b/flake.nix @@ -49,7 +49,7 @@ program = "${ pkgs.writeShellApplication { name = "cabal-build-and-test"; - runtimeInputs = with pkgs; [pkg-config haskell.compiler.${ghcVersion} cabal-install]; + runtimeInputs = with pkgs; [pkg-config haskell.compiler.${ghcVersion} cabal-install zlib]; text = '' cabal update hackage.haskell.org -- GitLab