From 8dc321e476d57b61edf55a5cc88435ecd396d322 Mon Sep 17 00:00:00 2001 From: John Ky Date: Fri, 19 Mar 2021 13:51:31 +1100 Subject: [PATCH 1/2] Bump doctest upper bounds --- asif.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asif.cabal b/asif.cabal index 67888b9..0b95ced 100644 --- a/asif.cabal +++ b/asif.cabal @@ -32,7 +32,7 @@ common conduit-extra { build-depends: conduit-extra >= 1.3 common containers { build-depends: containers >= 0.5 } common cpu { build-depends: cpu >= 0.1 } common directory { build-depends: directory >= 1.3 } -common doctest { build-depends: doctest >= 0.16.2 && < 0.17 } +common doctest { build-depends: doctest >= 0.16.2 && < 0.19 } common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 } common either { build-depends: either >= 5.0 } common exceptions { build-depends: exceptions >= 0.10 } From b6208ba1a8ae00b85cc08d49d6534be7e6154717 Mon Sep 17 00:00:00 2001 From: John Ky Date: Fri, 19 Mar 2021 15:18:07 +1100 Subject: [PATCH 2/2] Update to haskell-build@4.1.9 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 646d7b3..b4d12c6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,9 +1,9 @@ version: 2.1 orbs: - haskell: haskell-works/haskell-build@4.0.6 + haskell: haskell-works/haskell-build@4.1.9 github: haskell-works/github-release@1.3.3 - hackage: haskell-works/hackage@1.3.1 + hackage: haskell-works/hackage@1.4.2 executors: darwin: