Skip to content

Commit

Permalink
Add missing cabal dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarni committed Jun 18, 2024
1 parent a4abf3d commit 4dfe5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
(haskellPackages.callCabal2nix "cradle" src { })
(old: {
preBuild = setupEnvironment haskellPackages;
buildDepends = (old.buildDepends or [ ]) ++ [ pkgs.just haskellPackages.doctest ];
buildDepends = (old.buildDepends or [ ]) ++ [ pkgs.just haskellPackages.doctest pkgs.cabal-install ];
postCheck = ''
just doctest
'';
Expand Down

0 comments on commit 4dfe5bb

Please sign in to comment.