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: 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 }