[commit: ghc] wip/jenkins: Try adding type annotation (7fc7d2c)
git at git.haskell.org
git at git.haskell.org
Fri Jun 9 07:23:23 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/7fc7d2c8d19bca54a01b5bc389e89d85e2d59350/ghc
>---------------------------------------------------------------
commit 7fc7d2c8d19bca54a01b5bc389e89d85e2d59350
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jun 4 11:26:54 2017 -0400
Try adding type annotation
>---------------------------------------------------------------
7fc7d2c8d19bca54a01b5bc389e89d85e2d59350
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index c924e85..bad87bf 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -196,7 +196,7 @@ def buildGhc(params) {
}
}
-def getMakeValue(String makeCmd, String value) {
+String getMakeValue(String makeCmd, String value) {
return sh(script: "${makeCmd} -s echo! VALUE=${value}", returnStdout: true)
}
More information about the ghc-commits
mailing list