mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01:00
Officially drop 7.10 support
This commit is contained in:
parent
62eeaa8af1
commit
4b64eb168b
@ -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
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user