Skip to content

Commit 770a0c4

Browse files
Servant 015 plus release (#71)
* relax servant & http-api-data versions * release 0.2.0.9
1 parent 9cb087f commit 770a0c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

slack-web.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: slack-web
2-
version: 0.2.0.8
2+
version: 0.2.0.9
33

44
build-type: Simple
55
cabal-version: 1.21
@@ -47,12 +47,12 @@ library
4747
aeson >= 1.0 && < 1.5
4848
, base >= 4.11 && < 4.13
4949
, containers
50-
, http-api-data >= 0.3 && < 0.4
50+
, http-api-data >= 0.3 && < 0.5
5151
, http-client >= 0.5 && < 0.6
5252
, http-client-tls >= 0.3 && < 0.4
53-
, servant >= 0.12 && < 0.15
54-
, servant-client >= 0.12 && < 0.15
55-
, servant-client-core >= 0.12 && < 0.15
53+
, servant >= 0.12 && < 0.16
54+
, servant-client >= 0.12 && < 0.16
55+
, servant-client-core >= 0.12 && < 0.16
5656
, text >= 1.2 && < 1.3
5757
, transformers
5858
, mtl

0 commit comments

Comments
 (0)