File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ workflows:
47
47
before-build : [build-librdkafka]
48
48
context : haskell-ci
49
49
binary-cache-uri : ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"}
50
+ cabal-build-extra : --write-ghc-environment-files=ghc8.4.4+
51
+ cabal-test-extra : --test-show-details=direct
50
52
51
53
- haskell/build-with-binary-cache :
52
54
name : GHC 8.6.5
@@ -56,6 +58,8 @@ workflows:
56
58
before-build : [build-librdkafka]
57
59
context : haskell-ci
58
60
binary-cache-uri : ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"}
61
+ cabal-build-extra : --write-ghc-environment-files=ghc8.4.4+
62
+ cabal-test-extra : --test-show-details=direct
59
63
60
64
- haskell/build-with-binary-cache :
61
65
name : GHC 8.8.1
@@ -65,6 +69,8 @@ workflows:
65
69
before-build : [build-librdkafka]
66
70
context : haskell-ci
67
71
binary-cache-uri : ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"}
72
+ cabal-build-extra : --write-ghc-environment-files=ghc8.4.4+
73
+ cabal-test-extra : --test-show-details=direct
68
74
69
75
- github/release-cabal :
70
76
name : GitHub Release
You can’t perform that action at this time.
0 commit comments