File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ library
61
61
62
62
if !impl(ghc >= 8.2 )
63
63
build-depends :
64
- bifunctors >= 5.5.3 && < 5.6
64
+ bifunctors >= 5.5.3 && < 5.7
65
65
66
66
-- Servant dependencies
67
67
build-depends :
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ library
53
53
54
54
if !impl(ghc >= 8.2 )
55
55
build-depends :
56
- bifunctors >= 5.5.3 && < 5.6
56
+ bifunctors >= 5.5.3 && < 5.7
57
57
58
58
-- Servant dependencies.
59
59
-- Strict dependency on `servant-client-core` as we re-export things.
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ library
49
49
50
50
if !impl(ghc >= 8.2 )
51
51
build-depends :
52
- bifunctors >= 5.5.3 && < 5.6
52
+ bifunctors >= 5.5.3 && < 5.7
53
53
54
54
-- Servant dependencies.
55
55
-- Strict dependency on `servant-client-core` as we re-export things.
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ library
73
73
-- strict dependency as we re-export 'servant' things.
74
74
build-depends :
75
75
servant >= 0.19 && < 0.20
76
- , http-api-data >= 0.4.1 && < 0.5.1
76
+ , http-api-data >= 0.4.1 && < 0.6
77
77
78
78
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
79
79
-- Here can be exceptions if we really need features from the newer versions.
Original file line number Diff line number Diff line change @@ -93,16 +93,16 @@ library
93
93
-- We depend (heavily) on the API of these packages:
94
94
-- i.e. re-export, or allow using without direct dependency
95
95
build-depends :
96
- http-api-data >= 0.4.1 && < 0.5.1
97
- , singleton-bool >= 0.1.4 && < 0.1.7
96
+ http-api-data >= 0.4.1 && < 0.6
97
+ , singleton-bool >= 0.1.4 && < 0.2
98
98
99
99
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
100
100
-- Here can be exceptions if we really need features from the newer versions.
101
101
build-depends :
102
102
base-compat >= 0.10.5 && < 0.14
103
103
, aeson >= 1.4.1.0 && < 3
104
104
, attoparsec >= 0.13.2.2 && < 0.15
105
- , bifunctors >= 5.5.3 && < 5.6
105
+ , bifunctors >= 5.5.3 && < 5.7
106
106
, case-insensitive >= 1.2.0.11 && < 1.3
107
107
, deepseq >= 1.4.2.0 && < 1.5
108
108
, http-media >= 0.7.1.3 && < 0.9
You can’t perform that action at this time.
0 commit comments