[commit: packages/dph] master: dph test driver: add -dynamic to compilation of hs (962c999)

git at git.haskell.org git at git.haskell.org
Fri Dec 6 00:07:43 UTC 2013


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

On branch  : master
Link       : http://git.haskell.org/packages/dph.git/commitdiff/962c99970bb8cfe0d0e712f313db1dda98f7a6bf

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

commit 962c99970bb8cfe0d0e712f313db1dda98f7a6bf
Author: Amos Robinson <amos.robinson at gmail.com>
Date:   Fri Nov 29 10:27:50 2013 +1100

    dph test driver: add -dynamic to compilation of hs


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

962c99970bb8cfe0d0e712f313db1dda98f7a6bf
 dph-test/framework/DPH/War/Job/Compile.hs |    1 +
 1 file changed, 1 insertion(+)

diff --git a/dph-test/framework/DPH/War/Job/Compile.hs b/dph-test/framework/DPH/War/Job/Compile.hs
index 76c957b..959fd01 100644
--- a/dph-test/framework/DPH/War/Job/Compile.hs
+++ b/dph-test/framework/DPH/War/Job/Compile.hs
@@ -43,6 +43,7 @@ jobCompile (JobCompile
 		        ++ " -Idph-prim-interface/interface"
 		        ++ " -Idph-base/include"
 			++ dph_code_includes
+		        ++ " -dynamic"
 		        ++ " -package ghc"
 		        ++ " -Odph -fno-liberate-case"
 		        ++ " -outputdir " ++ buildDir 



More information about the ghc-commits mailing list