[commit: ghc] wip/jenkins: Try adding type annotation (7d8cc05)

git at git.haskell.org git at git.haskell.org
Fri Jul 28 16:42:02 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/7d8cc05d6ad03b11e6a1fda1b4bb1b6b873a6180/ghc

>---------------------------------------------------------------

commit 7d8cc05d6ad03b11e6a1fda1b4bb1b6b873a6180
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Jun 4 11:26:54 2017 -0400

    Try adding type annotation


>---------------------------------------------------------------

7d8cc05d6ad03b11e6a1fda1b4bb1b6b873a6180
 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