Skip to content

Commit

Permalink
Merge pull request #20 from maoe/feature/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
Mitsutoshi Aoe authored Jul 6, 2018
2 parents b4bedd3 + 148b962 commit 9d590ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sensu-run.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cabal-version: >= 1.10
tested-with:
GHC == 8.0.2
GHC == 8.2.2
GHC == 8.4.1
GHC == 8.4.3

executable sensu-run
main-is: sensu-run.hs
Expand All @@ -33,7 +33,7 @@ executable sensu-run
, http-client >= 0.5.6 && < 0.6
, http-client-tls < 0.4
, http-types >= 0.9.1 && < 0.13
, lens >= 4.15 && < 4.17
, lens >= 4.15 && < 4.18
, network >= 2.2.3 && < 2.8
, optparse-applicative >= 0.12 && < 0.15
, process >= 1.4 && < 1.7
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-11.4
resolver: lts-11.16
packages:
- '.'
extra-deps: []
Expand Down

0 comments on commit 9d590ae

Please sign in to comment.