From 4b64eb168b9106a21faf3be4273554a54b98dcd4 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Thu, 1 Mar 2018 10:49:01 -0500 Subject: [PATCH] Officially drop 7.10 support --- .circleci/config.yml | 6 ------ CHANGELOG.md | 2 +- package.yaml | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 78f583b..a9978e0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c4bea6..64da156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.yaml b/package.yaml index a664f1a..45192fb 100644 --- a/package.yaml +++ b/package.yaml @@ -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