--- trunk/core/include/haskell.sminc 2010/07/01 15:22:06 5537 +++ trunk/core/include/haskell.sminc 2010/07/01 15:25:35 5538 @@ -128,11 +128,16 @@ || die } +haskell_src_build() +{ + runhaskell $(haskell_ghc_setup_script) build || die +} + haskell_src_compile() { cd ${SRCDIR} haskell_src_configure || die - runhaskell $(haskell_ghc_setup_script) build || die + haskell_src_build || die } haskell_src_install()