Skip to content
Snippets Groups Projects

WIP Install Haskell

Closed username-removed-5302 requested to merge haskell into master

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
  • username-removed-5302 Added 1 new commit:

    Added 1 new commit:

    • b7e59f50 - WIP do a two-stage haskell bootstrap
  • Not going to happen luckily.

  • Marin Jankovski Status changed to closed

    Status changed to closed

  • mentioned in commit b3ba96b9

  • Please register or sign in to reply
    Loading