[commit: ghc] wip/jenkins: Try adding type annotation (05e7d5d)

git at git.haskell.org git at git.haskell.org
Thu Jul 27 20:50:44 UTC 2017


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

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/05e7d5d862ef6d4faec34571bb9d7920a19ce069/ghc

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

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

    Try adding type annotation


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

05e7d5d862ef6d4faec34571bb9d7920a19ce069
 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