Add 8.4.4 build to circleci

This commit is contained in:
Alan Zimmerman 2018-10-27 17:50:58 +02:00
parent 1e5b408fa0
commit f60747240e

View File

@ -124,6 +124,12 @@ jobs:
- STACK_FILE: "stack-8.4.3.yaml"
<<: *defaults
ghc-8.4.4:
environment:
- STACK_FILE: "stack-8.4.4.yaml"
<<: *defaults
ghc-nightly:
environment:
- STACK_FILE: "stack.yaml"
@ -170,5 +176,6 @@ workflows:
- ghc-8.2.2
- ghc-8.4.2
- ghc-8.4.3
- ghc-8.4.4
- ghc-nightly
- cabal