From 22dfd5eb0efa36590768ba469161f2ec2f662d24 Mon Sep 17 00:00:00 2001 From: David Cox Date: Tue, 16 Jan 2024 23:35:22 -0800 Subject: [PATCH] Update ice40-prim dependency bounds (#15) --- lion.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lion.cabal b/lion.cabal index e9aec14..e3f3906 100644 --- a/lion.cabal +++ b/lion.cabal @@ -31,7 +31,7 @@ library generic-monoid >= 0.1 && < 0.2, mtl >= 2.2 && < 2.3, lens >= 4.19 && < 5.2, - ice40-prim >= 0.3 && < 0.4, + ice40-prim >= 0.3 && < 0.3.1.4, clash-prelude >= 1.2.5 && < 1.7, ghc-typelits-natnormalise, ghc-typelits-extra,