Commit 618c7f78 authored by MaxHearnden's avatar MaxHearnden
Browse files

haskellPackages.swarm: use brick-1.7

parent 42567fe7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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