Skip to content

Commit

Permalink
Bump lens dependency bounds (#2714)
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnbastiaan authored May 5, 2024
1 parent cc5dd5f commit c613630
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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: 2024-03-19T20:59:06Z
index-state: 2024-05-05T09:34:27Z

-- For some reason the `clash-testsuite` executable fails to run without
-- this, as it cannot find the related library...
Expand Down
2 changes: 1 addition & 1 deletion clash-ghc/clash-ghc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ library
process >= 1.2 && < 1.7,
hashable >= 1.1.2.3 && < 1.5,
haskeline >= 0.7.0.3 && < 0.9,
lens >= 4.10 && < 5.3,
lens >= 4.10 && < 5.4,
mtl >= 2.1.1 && < 2.4,
split >= 0.2.3 && < 0.3,
text >= 1.2.2 && < 2.2,
Expand Down
2 changes: 1 addition & 1 deletion clash-lib/clash-lib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Library
haskell-src-meta >= 0.8 && < 0.9,
hint >= 0.7 && < 0.10,
infinite-list ^>= 0.1,
lens >= 4.10 && < 5.3,
lens >= 4.10 && < 5.4,
mtl >= 2.1.2 && < 2.4,
ordered-containers >= 0.2 && < 0.3,
prettyprinter >= 1.2.0.1 && < 1.8,
Expand Down
2 changes: 1 addition & 1 deletion clash-prelude/clash-prelude.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ Library
hashable >= 1.2.1.0 && < 1.5,
half >= 0.2.2.3 && < 1.0,
infinite-list ^>= 0.1,
lens >= 4.10 && < 5.3,
lens >= 4.10 && < 5.4,
QuickCheck >= 2.7 && < 2.15,
recursion-schemes >= 5.1 && < 5.3,
reflection >= 2 && < 2.2,
Expand Down

0 comments on commit c613630

Please sign in to comment.