Magellan Linux

Diff of /trunk/include/haskell.sminc

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

revision 5545 by niro, Thu Jul 1 15:38:38 2010 UTC revision 5571 by niro, Fri Jul 2 08:18:49 2010 UTC
# Line 9  sminclude mtools Line 9  sminclude mtools
9  : ${HOMEPAGE="http://hackage.haskell.org/package/${PNAME/#haskell-/}"}  : ${HOMEPAGE="http://hackage.haskell.org/package/${PNAME/#haskell-/}"}
10    
11  # some sane default dependencies  # some sane default dependencies
12    # all packages with haskell in the name needs ghc as runtime
13    if [[ ${PNAME/#haskell-/} != ${PNAME} ]]
14    then
15     DEPEND="${DEPEND}
16     >= dev-lang/ghc-6.12"
17    fi
18    # all other only as SDEPEND
19  SDEPEND="${SDEPEND}  SDEPEND="${SDEPEND}
20   >= dev-lang/ghc-6.12"   >= dev-lang/ghc-6.12"
21    

Legend:
Removed from v.5545  
changed lines
  Added in v.5571