Skip to content

Commit

Permalink
Merge pull request haskell-servant#1287 from tfausak/patch-2
Browse files Browse the repository at this point in the history
Allow lens 4.19
  • Loading branch information
domenkozar authored Apr 29, 2020
2 parents e05ac51 + 6bd3ee8 commit e7bdd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servant-foreign/servant-foreign.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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.19
, lens >= 4.17 && < 4.20
, http-types >= 0.12.2 && < 0.13

hs-source-dirs: src
Expand Down

0 comments on commit e7bdd09

Please sign in to comment.