Skip to content

Commit

Permalink
Limit upper bound vty (#2596)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6040b05)

# Conflicts:
#	cabal.project
  • Loading branch information
leonschoorl authored and mergify[bot] committed Nov 2, 2023
1 parent 8d0d6be commit 105e814
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,25 @@ allow-newer:
brick:base,
vector-binary-instances:base,
cryptohash-sha256:base,
<<<<<<< HEAD
hashable
=======
hashable,
haskell-src-meta:template-haskell,
string-interpolate:template-haskell,
string-interpolate:text,
tasty-hedgehog:tasty

-- Works around: https://github.com/recursion-schemes/recursion-schemes/issues/128. This
-- shouldn't harm (runtime) performance of Clash, as we only use recursion-schemes with
-- TemplateHaskell.
package recursion-schemes
optimization: 0

package regex-tdfa
optimization: 2


-- rewrite-inspector-0.1.0.11 uses brick-0.50 which doesn't compile with vty-6.0
constraints: vty < 6.0
>>>>>>> 6040b0558 (Limit upper bound vty (#2596))

0 comments on commit 105e814

Please sign in to comment.