class DevenvBuild::Provisioning::Haskell

Public Instance Methods

help() click to toggle source
# File lib/devenv_build/provisioning/haskell.rb, line 4
def help
  'Install the Haskell programming language and tools.'
end
middle() click to toggle source
# File lib/devenv_build/provisioning/haskell.rb, line 8
def middle
  'curl -sSL https://get.haskellstack.org/ | sh'
end