File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ common common
32
32
monad-loops ^>= 0.4.3 ,
33
33
mtl ^>= {2.2.2, 2.3},
34
34
pretty-simple ^>= 4.1 ,
35
- servant ^>= 0.19 ,
35
+ servant ^>= { 0.19, 0.20} ,
36
36
text ^>= {1.2.5, 2.0},
37
37
transformers ^>= {0.5.6, 0.6},
38
38
time ^>= {1.11.1, 1.12},
@@ -100,8 +100,8 @@ library spotify-servant
100
100
Orphans.Servant.Lucid
101
101
build-depends :
102
102
spotify-types,
103
- http-api-data ^>= {0.4.3, 0.5},
104
- servant-client ^>= 0.19 ,
103
+ http-api-data ^>= {0.4.3, 0.5, 0.6 },
104
+ servant-client ^>= { 0.19, 0.20} ,
105
105
servant-lucid ^>= 0.9 ,
106
106
107
107
library
@@ -116,7 +116,7 @@ library
116
116
http-client-tls ^>= 0.3.6 ,
117
117
http-types ^>= 0.12.3 ,
118
118
lucid ^>= 2.11 ,
119
- servant-client ^>= 0.19 ,
119
+ servant-client ^>= { 0.19, 0.20} ,
120
120
servant-lucid ^>= 0.9 ,
121
121
122
122
executable examples
You can’t perform that action at this time.
0 commit comments