diff options
Diffstat (limited to 'haskell/ghcup/README')
-rw-r--r-- | haskell/ghcup/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/ghcup/README b/haskell/ghcup/README new file mode 100644 index 0000000000000..267d0a9859710 --- /dev/null +++ b/haskell/ghcup/README @@ -0,0 +1,7 @@ +GHCup makes it easy to install specific versions of GHC on GNU/Linux, +macOS (aka Darwin), FreeBSD and Windows and can also bootstrap a fresh +Haskell developer environment from scratch. It follows the UNIX +philosophy of do one thing and do it well. Similar in scope to rustup, +pyenv and jenv. + +This is a binary repack. |