Skip to content

Commit 7fff23d

Browse files
relax 'base' dependency, release 0.2.0.7 (MercuryTechnologies#66)
1 parent dafe1dd commit 7fff23d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

slack-web.cabal

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

44
build-type: Simple
55
cabal-version: 1.21
@@ -45,7 +45,7 @@ library
4545
Web.Slack.Util
4646
build-depends:
4747
aeson >= 1.0 && < 1.5
48-
, base >= 4.9 && < 4.12
48+
, base >= 4.9 && < 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.12
82+
base >= 4.9 && < 4.13
8383
, containers
8484
, aeson
8585
, errors

0 commit comments

Comments
 (0)