From c6136301e45efb5cebace48ff47c8e2c15a17760 Mon Sep 17 00:00:00 2001 From: Martijn Bastiaan Date: Sun, 5 May 2024 20:08:44 +0200 Subject: [PATCH] Bump `lens` dependency bounds (#2714) --- cabal.project | 2 +- clash-ghc/clash-ghc.cabal | 2 +- clash-lib/clash-lib.cabal | 2 +- clash-prelude/clash-prelude.cabal | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cabal.project b/cabal.project index f4921eafb5..12a1a579f1 100644 --- a/cabal.project +++ b/cabal.project @@ -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... diff --git a/clash-ghc/clash-ghc.cabal b/clash-ghc/clash-ghc.cabal index d2014e7e33..c46e7fe152 100644 --- a/clash-ghc/clash-ghc.cabal +++ b/clash-ghc/clash-ghc.cabal @@ -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, diff --git a/clash-lib/clash-lib.cabal b/clash-lib/clash-lib.cabal index 431a770fb8..f75592c0d6 100644 --- a/clash-lib/clash-lib.cabal +++ b/clash-lib/clash-lib.cabal @@ -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, diff --git a/clash-prelude/clash-prelude.cabal b/clash-prelude/clash-prelude.cabal index 4d39c72714..df333f3300 100644 --- a/clash-prelude/clash-prelude.cabal +++ b/clash-prelude/clash-prelude.cabal @@ -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,