Skip to content
Snippets Groups Projects
Commit 54eaf206 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Add the new zlib dependency to the `cabal-test` flake app

parent feeccc09
No related branches found
No related tags found
1 merge request!1Simplistic implementation of download
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment