[commit: ghc] wip/jenkins: Try adding type annotation (9419f42)
git at git.haskell.org
git at git.haskell.org
Sun Jun 4 15:27:07 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/9419f4271f14f0d03de856044ab8c749531af37d/ghc
>---------------------------------------------------------------
commit 9419f4271f14f0d03de856044ab8c749531af37d
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jun 4 11:26:54 2017 -0400
Try adding type annotation
>---------------------------------------------------------------
9419f4271f14f0d03de856044ab8c749531af37d
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