mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-09-01 17:33:50 +02:00
Officially drop 7.10 support
This commit is contained in:
parent
62eeaa8af1
commit
4b64eb168b
@ -42,10 +42,6 @@ references:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_7.10.3:
|
|
||||||
<<: *stack_build
|
|
||||||
environment:
|
|
||||||
STACK_ARGUMENTS: --resolver lts-6.35
|
|
||||||
build_8.0.2:
|
build_8.0.2:
|
||||||
<<: *stack_build
|
<<: *stack_build
|
||||||
environment:
|
environment:
|
||||||
@ -67,8 +63,6 @@ workflows:
|
|||||||
version: 2
|
version: 2
|
||||||
builds:
|
builds:
|
||||||
jobs:
|
jobs:
|
||||||
# FIXME: https://circleci.com/gh/thoughtbot/yesod-auth-oauth2/113
|
|
||||||
# - build_7.10.3
|
|
||||||
- build_8.0.2
|
- build_8.0.2
|
||||||
- build_8.2.2
|
- build_8.2.2
|
||||||
- build
|
- build
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
- [PR](https://github.com/thoughtbot/yesod-auth-oauth2/pull/100)
|
- [PR](https://github.com/thoughtbot/yesod-auth-oauth2/pull/100)
|
||||||
|
|
||||||
- COMPATIBILITY: Support GHC-8.2
|
- 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)
|
- LICENSE: fixed vague licensing (MIT now)
|
||||||
|
|
||||||
## [v0.3.1](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.3.0...v0.3.1)
|
## [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
|
ghc-options: -Wall
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- base >=4.8.0.0 && <5
|
- base >=4.9.0.0 && <5
|
||||||
|
|
||||||
library:
|
library:
|
||||||
source-dirs: src
|
source-dirs: src
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user