Magellan Linux

Diff of /trunk/core/include/haskell.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5537 by niro, Thu Jul 1 15:22:06 2010 UTC revision 5538 by niro, Thu Jul 1 15:25:35 2010 UTC
# Line 128  haskell_src_configure() Line 128  haskell_src_configure()
128   || die   || die
129  }  }
130    
131    haskell_src_build()
132    {
133     runhaskell $(haskell_ghc_setup_script) build || die
134    }
135    
136  haskell_src_compile()  haskell_src_compile()
137  {  {
138   cd ${SRCDIR}   cd ${SRCDIR}
139   haskell_src_configure || die   haskell_src_configure || die
140   runhaskell $(haskell_ghc_setup_script) build || die   haskell_src_build || die
141  }  }
142    
143  haskell_src_install()  haskell_src_install()

Legend:
Removed from v.5537  
changed lines
  Added in v.5538