Merge pull request #226941 from MaxHearnden/update-swarm-override

haskellPackages.swarm: use brick-1.7
This commit is contained in:
maralorn
2023-04-19 23:48:39 +02:00
committed by GitHub
@@ -2489,7 +2489,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_6);
brick = doJailbreak (dontCheck super.brick_1_7);
});
# Too strict upper bound on bytestring