Officially drop 7.10 support

This commit is contained in:
patrick brisbin 2018-03-01 10:49:01 -05:00
parent 62eeaa8af1
commit 4b64eb168b
3 changed files with 2 additions and 8 deletions

View File

@ -42,10 +42,6 @@ references:
fi
jobs:
build_7.10.3:
<<: *stack_build
environment:
STACK_ARGUMENTS: --resolver lts-6.35
build_8.0.2:
<<: *stack_build
environment:
@ -67,8 +63,6 @@ workflows:
version: 2
builds:
jobs:
# FIXME: https://circleci.com/gh/thoughtbot/yesod-auth-oauth2/113
# - build_7.10.3
- build_8.0.2
- build_8.2.2
- build

View File

@ -15,7 +15,7 @@
- [PR](https://github.com/thoughtbot/yesod-auth-oauth2/pull/100)
- COMPATIBILITY: Support GHC-8.2
- COMPATIBILITY: Drop support for GHC-7.8
- COMPATIBILITY: Drop (claimed, but never tested) support for GHC-7.8 & 7.10
- LICENSE: fixed vague licensing (MIT now)
## [v0.3.1](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.3.0...v0.3.1)

View File

@ -13,7 +13,7 @@ homepage: http://github.com/thoughtbot/yesod-auth-oauth2
ghc-options: -Wall
dependencies:
- base >=4.8.0.0 && <5
- base >=4.9.0.0 && <5
library:
source-dirs: src