From 805e669065c96fd59c490e466c77d790f38c36fe Mon Sep 17 00:00:00 2001 From: Leon Schoorl Date: Thu, 2 Nov 2023 15:01:10 +0100 Subject: [PATCH] Limit upper bound vty (#2596) (cherry picked from commit 6040b05582dd142c4fbffd4299949ec4163f0578) --- cabal.project | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cabal.project b/cabal.project index 4a4f645fc4..564a575019 100644 --- a/cabal.project +++ b/cabal.project @@ -58,3 +58,6 @@ allow-newer: vector-binary-instances:base, cryptohash-sha256:base, hashable + +-- rewrite-inspector-0.1.0.11 uses brick-0.50 which doesn't compile with vty-6.0 +constraints: vty < 6.0