Skip to content

Commit e7bdd09

Browse files
authored
Merge pull request #1287 from tfausak/patch-2
Allow lens 4.19
2 parents e05ac51 + 6bd3ee8 commit e7bdd09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-foreign/servant-foreign.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ library
5757
-- Here can be exceptions if we really need features from the newer versions.
5858
build-depends:
5959
base-compat >= 0.10.5 && < 0.12
60-
, lens >= 4.17 && < 4.19
60+
, lens >= 4.17 && < 4.20
6161
, http-types >= 0.12.2 && < 0.13
6262

6363
hs-source-dirs: src

0 commit comments

Comments
 (0)