lib/devenv_build/provisioning/haskell.rb in devenv_build-1.0.2 vs lib/devenv_build/provisioning/haskell.rb in devenv_build-1.1.0

- old
+ new

@@ -1,13 +1,13 @@ module DevenvBuild module Provisioning class Haskell < Base def help - 'Install the Haskell programming language platform.' + 'Install the Haskell programming language and tools.' end def middle - 'apt-get -y install haskell-platform' + 'curl -sSL https://get.haskellstack.org/ | sh' end end end end