Advertisement
CristianCantoro

brew_install_cabal-install_ghc7

Dec 13th, 2016
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.88 KB | None | 0 0
  1. linuxbrew@f96db6092341:~$
  2. linuxbrew@f96db6092341:~$ brew install https://raw.githubusercontent.com/Linuxbrew/homebrew-core/6e4d8edba1f5d3a1aa796559d9bc3d7bdf1024cd/Formula/ghc.rb
  3. ######################################################################## 100.0%
  4. ==> Tapping homebrew/dupes
  5. Cloning into '/home/linuxbrew/.linuxbrew/Library/Taps/homebrew/homebrew-dupes'...
  6. remote: Counting objects: 44, done.
  7. remote: Compressing objects: 100% (44/44), done.
  8. remote: Total 44 (delta 0), reused 6 (delta 0), pack-reused 0
  9. Unpacking objects: 100% (44/44), done.
  10. Checking connectivity... done.
  11. Tapped 38 formulae (107 files, 343K)
  12. ==> Installing dependencies for ghc: patchelf, homebrew/dupes/ncurses
  13. ==> Installing ghc dependency: patchelf
  14. ==> Downloading https://linuxbrew.bintray.com/bottles/patchelf-0.9_1.x86_64_linux.bottle.tar.gz
  15. ######################################################################## 100.0%
  16. ==> Pouring patchelf-0.9_1.x86_64_linux.bottle.tar.gz
  17. 🍺  /home/linuxbrew/.linuxbrew/Cellar/patchelf/0.9_1: 6 files, 1.2M
  18. ==> Installing ghc dependency: homebrew/dupes/ncurses
  19. ==> Downloading https://linuxbrew.bintray.com/bottles-dupes/ncurses-6.0_2.x86_64_linux.bottle.tar.gz
  20. ######################################################################## 100.0%
  21. ==> Pouring ncurses-6.0_2.x86_64_linux.bottle.tar.gz
  22. 🍺  /home/linuxbrew/.linuxbrew/Cellar/ncurses/6.0_2: 3,830 files, 14.9M
  23. ==> Installing ghc
  24. ==> Downloading https://linuxbrew.bintray.com/bottles/ghc-7.10.3b.x86_64_linux.bottle.2.tar.gz
  25. ######################################################################## 100.0%
  26. ==> Pouring ghc-7.10.3b.x86_64_linux.bottle.2.tar.gz
  27. ==> /home/linuxbrew/.linuxbrew/Cellar/ghc/7.10.3b/bin/ghc-pkg recache
  28. 🍺  /home/linuxbrew/.linuxbrew/Cellar/ghc/7.10.3b: 5,445 files, 957.2M
  29. linuxbrew@f96db6092341:~$ brew install cabal-install
  30. ==> Installing dependencies for cabal-install: ghc
  31. ==> Installing cabal-install dependency: ghc
  32. ==> Downloading https://linuxbrew.bintray.com/bottles/ghc-8.0.1_3.x86_64_linux.bottle.tar.gz
  33. ######################################################################## 100.0%
  34. ==> Pouring ghc-8.0.1_3.x86_64_linux.bottle.tar.gz
  35. ==> /home/linuxbrew/.linuxbrew/Cellar/ghc/8.0.1_3/bin/ghc-pkg recache
  36. 🍺  /home/linuxbrew/.linuxbrew/Cellar/ghc/8.0.1_3: 5,860 files, 1.1G
  37. ==> Installing cabal-install
  38. ==> Downloading https://hackage.haskell.org/package/cabal-install-1.24.0.2/cabal-install-1.24.0.2.tar.gz
  39. ######################################################################## 100.0%
  40. ==> sh bootstrap.sh --sandbox
  41. ==> Caveats
  42. Bash completion has been installed to:
  43.   /home/linuxbrew/.linuxbrew/etc/bash_completion.d
  44.  
  45. ==> Summary
  46. 🍺  /home/linuxbrew/.linuxbrew/Cellar/cabal-install/1.24.0.2: 7 files, 20.5M, built in 19 minutes 48 seconds
  47. linuxbrew@f96db6092341:~$ ghc --version
  48. The Glorious Glasgow Haskell Compilation System, version 8.0.1
  49. linuxbrew@f96db6092341:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement