--- trunk/core/include/haskell.sminc 2010/07/01 15:34:38 5543 +++ trunk/core/include/haskell.sminc 2010/07/01 15:35:26 5544 @@ -62,7 +62,7 @@ { local feature="$1" haskell_feature_is_supported "${feature}" || die "haskell feature '${feature}' not supported!" - echo -e "${COLBLUE}--- ${COLRED} disabled haskell feature '${feature}'${COLDEFAULT}" + echo -e "${COLBLUE}--- ${COLRED}disabled haskell feature '${feature}'${COLDEFAULT}" export HASKELL_FEATURES="${HASKELL_FEATURES/${feature}/}" } @@ -70,7 +70,7 @@ { local feature="$1" haskell_feature_is_supported "${feature}" || die "haskell feature '${feature}' not supported!" - echo -e "${COLBLUE}--- ${COLGREEN} enabled haskell feature '${feature}'${COLDEFAULT}" + echo -e "${COLBLUE}+++ ${COLGREEN}enabled haskell feature '${feature}'${COLDEFAULT}" export HASKELL_FEATURES+=" ${feature}" }