From 46f72fa81adf065fa3e76f5bc107d6014157e893 Mon Sep 17 00:00:00 2001 From: John Ky Date: Fri, 17 May 2019 09:46:33 +1000 Subject: [PATCH] Upgrade to ghc-8.6.5 --- .circleci/config.yml | 6 +++--- hw-simd.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/hw-simd.cabal b/hw-simd.cabal index d260551..e0092b7 100644 --- a/hw-simd.cabal +++ b/hw-simd.cabal @@ -11,7 +11,7 @@ maintainer: newhoggy@gmail.com copyright: 2018 John Ky license: BSD-3-Clause license-file: LICENSE -tested-with: GHC == 8.6.4, GHC == 8.4.4, GHC == 8.2.2, GHC == 8.0.2 +tested-with: GHC == 8.6.5, GHC == 8.4.4, GHC == 8.2.2 build-type: Simple extra-source-files: README.md