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
3232 monad-loops ^>= 0.4.3 ,
3333 mtl ^>= {2.2.2, 2.3},
3434 pretty-simple ^>= 4.1 ,
35- servant ^>= 0.19 ,
35+ servant ^>= { 0.19, 0.20} ,
3636 text ^>= {1.2.5, 2.0},
3737 transformers ^>= {0.5.6, 0.6},
3838 time ^>= {1.11.1, 1.12},
@@ -100,8 +100,8 @@ library spotify-servant
100100 Orphans.Servant.Lucid
101101 build-depends :
102102 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} ,
105105 servant-lucid ^>= 0.9 ,
106106
107107library
@@ -116,7 +116,7 @@ library
116116 http-client-tls ^>= 0.3.6 ,
117117 http-types ^>= 0.12.3 ,
118118 lucid ^>= 2.11 ,
119- servant-client ^>= 0.19 ,
119+ servant-client ^>= { 0.19, 0.20} ,
120120 servant-lucid ^>= 0.9 ,
121121
122122executable examples
You can’t perform that action at this time.
0 commit comments