Skip to content

Commit

Permalink
relax 'base' dependency, release 0.2.0.7 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanueltouzery authored Oct 15, 2018
1 parent dafe1dd commit 7fff23d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions slack-web.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: slack-web
version: 0.2.0.6
version: 0.2.0.7

build-type: Simple
cabal-version: 1.21
Expand Down Expand Up @@ -45,7 +45,7 @@ library
Web.Slack.Util
build-depends:
aeson >= 1.0 && < 1.5
, base >= 4.9 && < 4.12
, base >= 4.9 && < 4.13
, containers
, http-api-data >= 0.3 && < 0.4
, http-client >= 0.5 && < 0.6
Expand Down Expand Up @@ -79,7 +79,7 @@ test-suite tests
Web.Slack.MessageParserSpec
Web.Slack.Types
build-depends:
base >= 4.9 && < 4.12
base >= 4.9 && < 4.13
, containers
, aeson
, errors
Expand Down

0 comments on commit 7fff23d

Please sign in to comment.