Skip to content

Commit

Permalink
Merge pull request #14383 from coreymcdermott/master
Browse files Browse the repository at this point in the history
Fixed Haskell-Platform 7.10.2-a uninstall script
  • Loading branch information
fanquake committed Oct 13, 2015
2 parents f58dc4e + 335d529 commit 7e6b02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Casks/haskell-platform.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

pkg "Haskell Platform #{version} 64bit-signed.pkg"

uninstall :script => { :executable => '/usr/bin/uninstall-hs', :args => %w[all --remove] },
uninstall :script => { :executable => '/Library/Haskell/bin/uninstall-hs', :args => %w[all --remove] },
:pkgutil => 'org.haskell.HaskellPlatform.*'

depends_on :macos => '>= :snow_leopard'
Expand Down

0 comments on commit 7e6b02a

Please sign in to comment.