From dafefd6707b8b137a56f35fe53292c9e4cd1ec78 Mon Sep 17 00:00:00 2001 From: jkachmar Date: Thu, 14 Oct 2021 17:39:43 -0400 Subject: [PATCH] Unrestricts clash-lib, et al. (#6228) --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index acdafff4..9253eee2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2199,9 +2199,9 @@ packages: - ghc-typelits-extra - ghc-typelits-knownnat - ghc-typelits-natnormalise - - clash-prelude < 1.4.4 - - clash-lib < 1.4.4 # https://github.com/commercialhaskell/stackage/issues/6228 - - clash-ghc < 1.4.4 + - clash-prelude + - clash-lib + - clash-ghc "Athan Clark @athanclark": - aeson-attoparsec