Skip to content

Commit

Permalink
Benchmarks: Allow building with base-compat-0.14.*
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Apr 30, 2024
1 parent 893b919 commit a713e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lens.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ benchmark plated
default-language: Haskell2010
build-depends:
base,
base-compat >=0.11.0 && <0.14,
base-compat >=0.11.0 && <0.15,
comonad,
criterion,
deepseq,
Expand Down

0 comments on commit a713e77

Please sign in to comment.