Skip to content

Commit dec21ac

Browse files
committed
Bump dependencies
We can't yet bump `aeson` due to `servant` - haskell-servant/servant#1687.
1 parent cc85f14 commit dec21ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spotify.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

107107
library
@@ -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

122122
executable examples

0 commit comments

Comments
 (0)