Skip to content

Commit 55371df

Browse files
authored
Bump servant-{client,client-core,server} bounds to forbid 0.20.2.0 (#1823)
Fix #1821
1 parent 75e14fa commit 55371df

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

servant-client-core/servant-client-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ library
113113
, text >=1.2.3.0 && <2.2
114114

115115
-- Servant dependencies
116-
build-depends: servant >=0.20.2
116+
build-depends: servant >=0.20.3
117117

118118
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
119119
-- Here can be exceptions if we really need features from the newer versions.

servant-client/servant-client.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ library
105105
-- Servant dependencies.
106106
-- Strict dependency on `servant-client-core` as we re-export things.
107107
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
110110

111111
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
112112
-- Here can be exceptions if we really need features from the newer versions.

servant-server/servant-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ library
128128
-- strict dependency as we re-export 'servant' things.
129129
build-depends:
130130
, http-api-data >=0.4.1 && <0.7
131-
, servant >=0.20.2 && <0.21
131+
, servant >=0.20.3 && <0.21
132132

133133
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
134134
-- Here can be exceptions if we really need features from the newer versions.

0 commit comments

Comments
 (0)