--- trunk/core/include/haskell.sminc 2010/07/01 15:33:16 5541 +++ trunk/core/include/haskell.sminc 2010/07/01 15:34:06 5542 @@ -62,7 +62,7 @@ { local feature="$1" haskell_feature_is_supported "${feature}" || die "haskell feature '${feature}' not supported!" - echo -e "${COLBLUE}---${COLGRED} disabled haskell feature '${feature}'${COLDEFAULT}" + echo -e "${COLBLUE}--- ${COLGRED} 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}" }