--- trunk/core/include/haskell.sminc 2010/07/01 15:30:26 5540 +++ trunk/core/include/haskell.sminc 2010/07/01 15:33:16 5541 @@ -62,6 +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}" export HASKELL_FEATURES="${HASKELL_FEATURES/${feature}/}" } @@ -69,6 +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}" export HASKELL_FEATURES+=" ${feature}" }