Skip to content

Commit

Permalink
Increase dependency bounds (#2890)
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrains1 authored Feb 15, 2025
1 parent a1e4e6c commit 13aa409
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion clash-ghc/clash-ghc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ library
containers >= 0.5.4.0 && < 0.8,
data-binary-ieee754 >= 0.4.4 && < 0.6,
directory >= 1.2 && < 1.4,
extra >= 1.6 && < 1.8,
extra >= 1.6 && < 1.9,
filepath >= 1.3 && < 1.6,
process >= 1.2 && < 1.7,
hashable >= 1.1.2.3 && < 1.6,
Expand Down
4 changes: 2 additions & 2 deletions clash-lib/clash-lib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@ Library
containers >= 0.5.0.0 && < 0.8,
cryptohash-sha256 >= 0.11 && < 0.12,
data-binary-ieee754 >= 0.4.4 && < 0.6,
data-default >= 0.7 && < 0.8,
data-default >= 0.7 && < 0.9,
deepseq >= 1.3.0.2 && < 1.6,
dlist >= 0.8 && < 1.1,
directory >= 1.2.0.1 && < 1.4,
exceptions >= 0.8.3 && < 0.11.0,
extra >= 1.6.17 && < 1.8,
extra >= 1.6.17 && < 1.9,
filepath >= 1.3.0.1 && < 1.6,
ghc >= 8.10.0 && < 9.11,
ghc-boot,
Expand Down
4 changes: 2 additions & 2 deletions clash-prelude/clash-prelude.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,10 @@ Library
constraints >= 0.9 && < 1.0,
containers >= 0.4.0 && < 0.8,
data-binary-ieee754 >= 0.4.4 && < 0.6,
data-default-class >= 0.1.2 && < 0.2,
data-default-class >= 0.1.2 && < 0.3,
deepseq >= 1.4.1.0 && < 1.6,
distributive >= 0.1 && < 1.0,
extra >= 1.6.17 && < 1.8,
extra >= 1.6.17 && < 1.9,
ghc-prim >= 0.5.1.0 && < 0.12,
ghc-typelits-extra >= 0.4 && < 0.5,
ghc-typelits-knownnat >= 0.7.2 && < 0.8,
Expand Down

0 comments on commit 13aa409

Please sign in to comment.