Skip to content

Commit 9cb087f

Browse files
increase 'base' dependency (#70)
1 parent a2794e2 commit 9cb087f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slack-web.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ library
4545
Web.Slack.Util
4646
build-depends:
4747
aeson >= 1.0 && < 1.5
48-
, base >= 4.9 && < 4.13
48+
, base >= 4.11 && < 4.13
4949
, containers
5050
, http-api-data >= 0.3 && < 0.4
5151
, http-client >= 0.5 && < 0.6
@@ -79,7 +79,7 @@ test-suite tests
7979
Web.Slack.MessageParserSpec
8080
Web.Slack.Types
8181
build-depends:
82-
base >= 4.9 && < 4.13
82+
base >= 4.11 && < 4.13
8383
, containers
8484
, aeson
8585
, errors

0 commit comments

Comments
 (0)