Go to file
Julian Ospald ea2d5c20d9
Add install-cabal subcommand, fixes #3
2018-09-30 16:47:04 +08:00
.travis.sh Add install-cabal subcommand, fixes #3 2018-09-30 16:47:04 +08:00
.travis.yml Use a .travis.sh script 2018-09-30 00:02:57 +08:00
COPYING License this project BSD-3 2018-09-29 23:33:16 +08:00
README.md Add install-cabal subcommand, fixes #3 2018-09-30 16:47:04 +08:00
ghcup Add install-cabal subcommand, fixes #3 2018-09-30 16:47:04 +08:00

README.md

Build Status license

GHC up

Installs a specified GHC version into ~/.ghcup/ghc/<ver>, and places ghc-<ver> etc. symlinks in ~/.ghcup/bin/. Additionally allows to manage currently selected ghc via unversioned symlinks.

This uses precompiled GHC binaries that have been compiled on fedora/debian by upstream GHC.

Table of Contents

Why

I don't use stack, but cabal new-* and system GHC versions are often either outdated or cannot be installed in parallel with proper symlink management.

Inspired by rustup.

Installation

Just place the ghcup shell script into your PATH anywhere (preferably ~/.local/bin).

Usage

See ghcup --help.

Contributing

TODO

  • FreeBSD support (#4)
  • Make fetching tarballs more robust (#5)
  • More code documentation

Feature considerations

  • Allow to compile from source (#2)
  • Allow to install cabal-install as well (#3)

Known problems

Since this uses precompiled binaries you may run into problems with ncurses and missing libtinfo, in case your distribution doesn't use the legacy way of building ncurses and has no compatibility symlinks in place.

Ask your distributor on how to solve this.