haskellPackages.swarm: update dependent brick version
This commit is contained in:
parent
6773338709
commit
19f89fd15e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue