Skip to content

Instantly share code, notes, and snippets.

@bjeanes
Created December 3, 2013 05:23
Show Gist options
  • Select an option

  • Save bjeanes/7764250 to your computer and use it in GitHub Desktop.

Select an option

Save bjeanes/7764250 to your computer and use it in GitHub Desktop.
dep 'haskell', template: 'bin' do
installs {
via :brew, 'haskell-platform'
}
provides %w[alex cabal happy]
end
dep 'heroku', template: 'bin' do
installs {
via :brew, 'heroku-toolbelt'
}
end
dep 'packages' do
requires \
dep('casperjs.bin'),
dep('ctags.bin'),
dep('go.bin'),
dep('memcached.bin'),
dep('node.bin'),
'heroku',
'haskell'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment