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