To try it out, just grab the plugin:
grails install-plugin hamlThen add this bean definition to your grails-app/conf/spring/resources.groovy.
Now, you have the option of writing views (with the .haml extension) that will be automatically rendered to GSPs.
Learn more in the Haml tutorial.
Official Grails Plugin Page