haskellPackages.swarm: update dependent brick version

This commit is contained in:
Dennis Gosnell 2023-05-25 20:57:36 +09:00
parent 6773338709
commit 19f89fd15e
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -2514,7 +2514,7 @@ self: super: {
# 2022-11-15: Needs newer witch package and brick 1.3 which in turn works with text-zipper 0.12
# Other dependencies are resolved with doJailbreak for both swarm and brick_1_3
swarm = doJailbreak (super.swarm.override {
brick = doJailbreak (dontCheck super.brick_1_7);
brick = doJailbreak (dontCheck super.brick_1_9);
});
# Too strict upper bound on bytestring