Skip to content

Commit dd29f25

Browse files
committed
Allow lens-aeson 1.2
1 parent 04f59c0 commit dd29f25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

servant-auth/servant-auth-server/servant-auth-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ test-suite spec
126126
, hspec >= 2.5.5 && < 2.10
127127
, QuickCheck >= 2.11.3 && < 2.15
128128
, http-client >= 0.5.13.1 && < 0.8
129-
, lens-aeson >= 1.0.2 && < 1.2
129+
, lens-aeson >= 1.0.2 && < 1.3
130130
, warp >= 3.2.25 && < 3.4
131131
, wreq >= 0.5.2.1 && < 0.6
132132
other-modules:

servant-swagger/servant-swagger.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ test-suite spec
113113
, hspec >=2.6.0 && <2.10
114114
, QuickCheck
115115
, lens
116-
, lens-aeson >=1.0.2 && <1.2
116+
, lens-aeson >=1.0.2 && <1.3
117117
, servant
118118
, servant-swagger
119119
, swagger2

0 commit comments

Comments
 (0)