File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ library
113
113
, text >= 1.2.3.0 && < 2.2
114
114
115
115
-- Servant dependencies
116
- build-depends : servant >= 0.20.2
116
+ build-depends : servant >= 0.20.3
117
117
118
118
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
119
119
-- Here can be exceptions if we really need features from the newer versions.
Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ library
105
105
-- Servant dependencies.
106
106
-- Strict dependency on `servant-client-core` as we re-export things.
107
107
build-depends :
108
- , servant >= 0.20.2 && < 0.21
109
- , servant-client-core >= 0.20.2 && < 0.21
108
+ , servant >= 0.20.3 && < 0.21
109
+ , servant-client-core >= 0.20.3 && < 0.21
110
110
111
111
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
112
112
-- Here can be exceptions if we really need features from the newer versions.
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ library
128
128
-- strict dependency as we re-export 'servant' things.
129
129
build-depends :
130
130
, http-api-data >= 0.4.1 && < 0.7
131
- , servant >= 0.20.2 && < 0.21
131
+ , servant >= 0.20.3 && < 0.21
132
132
133
133
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
134
134
-- Here can be exceptions if we really need features from the newer versions.
You can’t perform that action at this time.
0 commit comments