Skip to content

Commit

Permalink
Merge pull request #3368 from drostron/haskell-platform-uninstall
Browse files Browse the repository at this point in the history
adding uninstall to haskell-platform
  • Loading branch information
rolandwalker committed Mar 5, 2014
2 parents a406ea4 + f40f45e commit acfd341
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Casks/haskell-platform.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ class HaskellPlatform < Cask
version '2013.2.0.0'
sha256 'ff7ca6dfdeaab5c067e6e23dd62b07e0f9ec061d0e8cb4e67b09b82f8b939a27'
install 'Haskell Platform 2013.2.0.0 64bit.pkg'
uninstall :script => { :executable => '/usr/bin/uninstall-hs', :args => %w[all --remove] }
end

0 comments on commit acfd341

Please sign in to comment.