From b0ca115c28f14defc3a4c8d74904355b24b7c77a Mon Sep 17 00:00:00 2001 From: John Ky Date: Fri, 17 May 2019 09:46:32 +1000 Subject: [PATCH] Upgrade to ghc-8.6.5 --- .circleci/config.yml | 6 +++--- bits-extra.cabal | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2812d9f..ec7707e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,8 +21,8 @@ workflows: binary-cache-uri: ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"} - haskell/build-with-binary-cache: - name: GHC 8.6.4 - executor: haskell/ghc-8_6_4 + name: GHC 8.6.5 + executor: haskell/ghc-8_6_5 context: haskell-ci binary-cache-uri: ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"} @@ -32,7 +32,7 @@ workflows: requires: - GHC 8.2.2 - GHC 8.4.4 - - GHC 8.6.4 + - GHC 8.6.5 checkout: true filters: branches: diff --git a/bits-extra.cabal b/bits-extra.cabal index 29c0ab6..207a6c1 100644 --- a/bits-extra.cabal +++ b/bits-extra.cabal @@ -10,7 +10,7 @@ maintainer: newhoggy@gmail.com copyright: 2018 John Ky license: BSD3 license-file: LICENSE -tested-with: GHC == 8.4.2, GHC == 8.2.2, GHC == 8.0.2, GHC == 7.10.3 +tested-with: GHC == 8.4.2, GHC == 8.2.2, GHC == 7.10.3 build-type: Simple cabal-version: >= 1.10 extra-source-files: