stack: use pantry 0.9.3.1

This commit is contained in:
sternenseemann 2024-01-04 12:38:14 +01:00
parent a9d78a7758
commit 8cdfe9c0ce
2 changed files with 2 additions and 1 deletions

View File

@ -1246,7 +1246,7 @@ self: super: {
http-client-tls = hprev.http-client-tls_0_3_6_3; # needs http-client-tls >= 0.3.6.2
http-download = dontCheck hprev.http-download_0_2_1_0; # needs http-download >= 0.2.1.0, tests access network
optparse-applicative = hprev.optparse-applicative_0_18_1_0; # needs optparse-applicative >= 0.18.1.0
pantry = dontCheck hprev.pantry_0_9_3; # needs pantry >= 0.9.2, tests access network
pantry = hfinal.pantry_0_9_3_1; # needs pantry >= 0.9.2
syb = dontCheck hprev.syb; # cyclic dependencies
tar-conduit = hprev.tar-conduit_0_4_0; # pantry needs tar-conduit >= 0.4.0
temporary = dontCheck hprev.temporary; # cyclic dependencies

View File

@ -825,6 +825,7 @@ self: super: builtins.intersectAttrs super {
# Tests require internet
http-download = dontCheck super.http-download;
pantry = dontCheck super.pantry;
pantry_0_9_3_1 = doDistribute (dontCheck super.pantry_0_9_3_1);
# gtk2hs-buildtools is listed in setupHaskellDepends, but we
# need it during the build itself, too.