Fix release.nix

This commit is contained in:
John Ericson 2019-03-10 14:06:22 -04:00 committed by John Wiegley
parent 7f572057a5
commit d25d6cf698
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,10 @@
{}:
let matrix = [
{ compiler = "ghc843"; doStrict = false; doTracing = false; }
{ compiler = "ghc843"; doStrict = false; doTracing = true; }
{ compiler = "ghc863"; doStrict = false; doTracing = false; }
{ compiler = "ghc863"; doStrict = false; doTracing = true; }
{ compiler = "ghc844"; doStrict = false; doTracing = false; }
{ compiler = "ghc844"; doStrict = false; doTracing = true; }
# Broken
# { compiler = "ghc802"; doStrict = false; doTracing = false; }