From 59151d9f94737dc052f24237c74700af1ccca658 Mon Sep 17 00:00:00 2001 From: hydrolarus Date: Mon, 19 May 2025 12:33:15 +0200 Subject: [PATCH] update to clash 1.8.2 --- clash-utils.cabal | 4 ++-- tests/Container/FIFOSpec.hs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clash-utils.cabal b/clash-utils.cabal index 74fd534..7360398 100644 --- a/clash-utils.cabal +++ b/clash-utils.cabal @@ -97,7 +97,7 @@ library default-extensions: NoStarIsType build-depends: base >=4.8 && <5, - clash-prelude >=1.6 && <1.7, + clash-prelude >=1.6 && <1.9, singletons >=2.7 && <4, ghc-typelits-natnormalise, ghc-typelits-knownnat, @@ -166,7 +166,7 @@ Test-Suite test digest >=0.0.1 && <0.0.2, containers >=0.5 && <0.7, pure-fft >=0.2.0, - clash-prelude >=1.6 && <1.7, + clash-prelude >=1.6 && <1.9, split >=0.2, cereal >=0.5 && <0.6, hspec >=2.4 && < 3, diff --git a/tests/Container/FIFOSpec.hs b/tests/Container/FIFOSpec.hs index 19de2bb..6b6b176 100644 --- a/tests/Container/FIFOSpec.hs +++ b/tests/Container/FIFOSpec.hs @@ -4,7 +4,7 @@ import qualified Clash.Prelude as Clash import Clash.Prelude (Signal, Vec(..), BitVector, Index, Signed, Unsigned, SFixed, Bit, SNat(..), simulate, simulate_lazy, listToVecTH, KnownNat, pack, unpack, (++#), mealy, mux, bundle, unbundle, HiddenClockResetEnable, System) -import GHC.TypeLits +import GHC.TypeLits hiding (SNat) import Test.Hspec import Test.QuickCheck