hledger-check-fancyassertions: use hledger-lib 1.24

This commit is contained in:
sternenseemann 2021-12-03 13:36:01 +01:00
parent dccf15a33c
commit c5757418a9

View File

@ -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
];