if spell_ok yaml;then
 if [[ `installed_version yaml` < 0.60 ]];then
   if ! query "this version of yaml breaks compatability. continue?" n;then
     return 1
   fi
 fi
fi
