Allow lens-5.0 (#1426)

This commit is contained in:
Maxim Koltsov 2021-06-06 00:37:35 +03:00 committed by GitHub
parent 4016aafe66
commit da8e64b534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ library
, hashable >= 1.2.7.0 && < 1.4
, http-media >= 0.7.1.3 && < 0.9
, http-types >= 0.12.2 && < 0.13
, lens >= 4.17 && < 4.20
, lens >= 4.17 && < 5.1
, string-conversions >= 0.4.0.1 && < 0.5
, universe-base >= 1.1.1 && < 1.2
, unordered-containers >= 0.2.9.0 && < 0.3

View File

@ -52,7 +52,7 @@ library
-- Here can be exceptions if we really need features from the newer versions.
build-depends:
base-compat >= 0.10.5 && < 0.12
, lens >= 4.17 && < 4.20
, lens >= 4.17 && < 5.1
, http-types >= 0.12.2 && < 0.13
hs-source-dirs: src