Skip to content

Commit

Permalink
Bump bounds, move to newer stack LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj committed Apr 3, 2020
1 parent 9ae357d commit 6ff8889
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.11
version: 0.2.0.12

build-type: Simple
cabal-version: 1.20
Expand Down Expand Up @@ -45,7 +45,7 @@ library
Web.Slack.Util
build-depends:
aeson >= 1.0 && < 1.5
, base >= 4.11 && < 4.13
, base >= 4.11 && < 4.14
, containers
, http-api-data >= 0.3 && < 0.5
, http-client >= 0.5 && < 0.7
Expand All @@ -58,7 +58,7 @@ library
, mtl
, time
, errors
, megaparsec >= 5.0 && < 7.1
, megaparsec >= 5.0 && < 9
default-language:
Haskell2010
ghc-options:
Expand All @@ -79,15 +79,15 @@ test-suite tests
Web.Slack.MessageParserSpec
Web.Slack.Types
build-depends:
base >= 4.11 && < 4.13
base >= 4.11 && < 4.14
, containers
, aeson
, errors
, hspec
, http-api-data
, text
, time
, megaparsec >= 5.0 && < 7.1
, megaparsec >= 5.0 && < 9
default-language:
Haskell2010
ghc-options:
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
resolver: lts-12.16
resolver: lts-15.6

0 comments on commit 6ff8889

Please sign in to comment.