File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ library
64
64
65
65
-- Servant dependencies
66
66
build-depends :
67
- servant >= 0.18 && < 0.19
67
+ servant >= 0.18.1 && < 0.19
68
68
69
69
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
70
70
-- Here can be exceptions if we really need features from the newer versions.
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ library
58
58
-- Strict dependency on `servant-client-core` as we re-export things.
59
59
build-depends :
60
60
servant == 0.18. *
61
- , servant-client-core >= 0.18 && < 0.18.2
61
+ , servant-client-core >= 0.18.1 && < 0.18.2
62
62
63
63
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
64
64
-- Here can be exceptions if we really need features from the newer versions.
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ library
55
55
-- Strict dependency on `servant-client-core` as we re-export things.
56
56
build-depends :
57
57
servant == 0.18. *
58
- , servant-client-core >= 0.18 && < 0.19.1
58
+ , servant-client-core >= 0.18.1 && < 0.18.2
59
59
60
60
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
61
61
-- Here can be exceptions if we really need features from the newer versions.
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ library
71
71
-- Servant dependencies
72
72
-- strict dependency as we re-export 'servant' things.
73
73
build-depends :
74
- servant >= 0.18 && < 0.19.1
74
+ servant >= 0.18.1 && < 0.18.2
75
75
, http-api-data >= 0.4.1 && < 0.4.3
76
76
77
77
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
You can’t perform that action at this time.
0 commit comments