WIP Install Haskell
Merge request reports
Activity
cc @marin
mentioned in issue #431 (closed)
- recipes/haskell.rb 0 → 100644
65 66 execute "rm -rf #{cabal_build_dir}" do 67 action :nothing 68 end 69 70 execute 'extract cabal' do 71 command "tar -xzf #{cabal_tarball}" 72 cwd '/var/cache' 73 not_if { File.directory?(cabal_build_dir) } 74 end 75 76 bash 'compile cabal' do 77 code <<-EOH 78 set -e 79 ghc --make Setup 80 ./Setup configure --global --prefix=/usr/local Added 1 new commit:
- b7e59f50 - WIP do a two-stage haskell bootstrap
mentioned in commit b3ba96b9
Please register or sign in to reply