Skip to content

Commit 4698835

Browse files
authored
Merge pull request #63 from haskell-works/bump-lens-upper-bounds
Bump lens upper bounds
2 parents f31f831 + b24b329 commit 4698835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw-simd.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >=
5757
common hw-prim { build-depends: hw-prim >= 0.6.2.12 && < 0.7 }
5858
common hw-rankselect { build-depends: hw-rankselect >= 0.13 && < 0.14 }
5959
common hw-rankselect-base { build-depends: hw-rankselect-base >= 0.3.2.0 && < 0.4 }
60-
common lens { build-depends: lens >= 4 && < 5 }
60+
common lens { build-depends: lens >= 4 && < 6 }
6161
common mmap { build-depends: mmap >= 0.5.9 && < 0.6 }
6262
common text { build-depends: text >= 1.2.2 && < 2.0 }
6363
common transformers { build-depends: transformers >= 0.4 && < 0.6 }

0 commit comments

Comments
 (0)