Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clash-utils.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion tests/Container/FIFOSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down