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
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ write-ghc-environment-files: always
-- index state, to go along with the cabal.project.freeze file. update the index
-- state by running `cabal update` twice and looking at the index state it
-- displays to you (as the second update will be a no-op)
index-state: 2025-07-19T09:09:36Z
index-state: 2025-12-03T17:19:16Z

-- For some reason the `clash-testsuite` executable fails to run without
-- this, as it cannot find the related library...
Expand Down
6 changes: 3 additions & 3 deletions clash-ghc/clash-ghc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ library

clash-lib == 1.9.0,
clash-prelude == 1.9.0,
ghc-typelits-extra >= 0.3.2 && < 0.5,
ghc-typelits-knownnat >= 0.6 && < 0.8,
ghc-typelits-natnormalise >= 0.6 && < 0.8,
ghc-typelits-extra >= 0.3.2 && < 0.6,
ghc-typelits-knownnat >= 0.6 && < 0.9,
ghc-typelits-natnormalise >= 0.6 && < 0.10,
deepseq >= 1.3.0.2 && < 1.6,
time >= 1.4.0.1 && < 1.15,
ghc-boot >= 8.10.0 && < 9.11,
Expand Down
4 changes: 2 additions & 2 deletions clash-lib-hedgehog/clash-lib-hedgehog.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ library
containers >= 0.5.0.0 && < 0.8,
data-binary-ieee754 >= 0.4.4 && < 0.6,
fakedata >= 1.0.2 && < 1.1,
ghc-typelits-knownnat >= 0.7.2 && < 0.8,
ghc-typelits-natnormalise >= 0.7.2 && < 0.8,
ghc-typelits-knownnat >= 0.7.2 && < 0.9,
ghc-typelits-natnormalise >= 0.7.2 && < 0.10,
hedgehog-fakedata >= 0.0.1.4 && < 0.1,
mmorph >= 1.1.5 && < 1.3,
mtl >= 2.1.2 && < 2.4,
Expand Down
4 changes: 2 additions & 2 deletions clash-prelude-hedgehog/clash-prelude-hedgehog.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ library
Clash.Hedgehog.Sized.Vector

build-depends:
ghc-typelits-knownnat >= 0.7.2 && < 0.8,
ghc-typelits-natnormalise >= 0.7.2 && < 0.8,
ghc-typelits-knownnat >= 0.7.2 && < 0.9,
ghc-typelits-natnormalise >= 0.7.2 && < 0.10,
text >= 1.2.2 && < 2.2,

clash-prelude == 1.9.0,
6 changes: 3 additions & 3 deletions clash-prelude/clash-prelude.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,9 @@ Library
distributive >= 0.1 && < 1.0,
extra >= 1.6.17 && < 1.9,
ghc-prim >= 0.5.1.0 && < 0.13,
ghc-typelits-extra >= 0.4 && < 0.5,
ghc-typelits-knownnat >= 0.7.2 && < 0.8,
ghc-typelits-natnormalise >= 0.7.2 && < 0.8,
ghc-typelits-extra >= 0.4 && < 0.6,
ghc-typelits-knownnat >= 0.7.2 && < 0.9,
ghc-typelits-natnormalise >= 0.7.2 && < 0.10,
hashable >= 1.2.1.0 && < 1.6,
half >= 0.2.2.3 && < 1.0,
infinite-list ^>= 0.1,
Expand Down