Skip to content

Commit

Permalink
Merge pull request #12 from haskell-works/ci-build-for-ghc-8.8.1
Browse files Browse the repository at this point in the history
Add ci build for ghc-8.8.1
  • Loading branch information
newhoggy committed Nov 28, 2019
2 parents 8a13fb0 + b71ae40 commit c89fdaf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
haskell: haskell-works/haskell-build@2.0.2
haskell: haskell-works/haskell-build@4.0.2
github: haskell-works/github-release@1.2.1
hackage: haskell-works/hackage@1.0.0

Expand All @@ -26,13 +26,20 @@ workflows:
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"}

- haskell/build-with-binary-cache:
name: GHC 8.8.1
executor: haskell/ghc-8_8_1
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"}

- github/release-cabal:
name: GitHub Release
context: haskell-ci
requires:
- GHC 8.2.2
- GHC 8.4.4
- GHC 8.6.5
- GHC 8.8.1
checkout: true
filters:
branches:
Expand Down
2 changes: 1 addition & 1 deletion relation.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ source-repository head
common base { build-depends: base >= 4 && < 5 }

common containers { build-depends: containers >= 0.5 && < 0.7 }
common hedgehog { build-depends: hedgehog >= 0.5 && < 0.7 }
common hedgehog { build-depends: hedgehog >= 0.5 && < 1.1 }
common hspec { build-depends: hspec >= 2.4 && < 3 }
common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1.0.4 && < 0.2 }

Expand Down

0 comments on commit c89fdaf

Please sign in to comment.