diff --git a/pkgs/applications/office/hledger-check-fancyassertions/default.nix b/pkgs/applications/office/hledger-check-fancyassertions/default.nix index ed38bc29fa18..3b0b1df16450 100644 --- a/pkgs/applications/office/hledger-check-fancyassertions/default.nix +++ b/pkgs/applications/office/hledger-check-fancyassertions/default.nix @@ -16,7 +16,7 @@ stdenvNoCC.mkDerivation rec { "hledger-check-fancyassertions" { libraries = with haskellPackages; [ - base base-compat base-compat-batteries filepath hledger-lib_1_23 + base base-compat base-compat-batteries filepath hledger-lib_1_24 megaparsec microlens optparse-applicative string-qq text time transformers ];