Commit Graph

8 Commits

Author SHA1 Message Date
Eric Mertens dc9533f856 Add missing newline 2020-01-09 09:55:17 -08:00
Joseph C. Sible bea68cd831 Remove xz-utils
This is redundant to build-essential.
2019-09-02 13:28:49 -04:00
Joseph C. Sible 2dd3b5f2c4 Add two more packages for Debian/Ubuntu
If libtinfo5 isn't installed, then installation fails with a message like this:
/home/ubuntu/.ghcup/ghc/8.6.5/lib/ghc-8.6.5/bin/ghc-pkg: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory

If xz-utils isn't installed, then installation fails with a message like this:
Following commands are required, but missing, please install:  xz
2019-08-31 18:50:30 -04:00
Gershom c356b5c5a4 code review 2019-07-22 02:23:38 -04:00
Julian Ospald 2f04cc080b
Remove python from requirements
It's only needed for building GHC.
2019-07-09 10:51:25 +08:00
Leif Metcalf bbe321488a
Update Ubuntu requirements 2019-07-07 15:31:36 +12:00
Julian Ospald 00fd6f53b9
Add GHC alpine supprt wrt #82
* the bindists are not official
* we have to allow curl to follow redirects, because github
  hosts on AWS
* bindists are built without haddock support, so those symlinks
  must be conditional for now, see
  https://github.com/redneb/ghc-alt-libc/issues/5
2019-06-13 14:47:33 +08:00
Julian Ospald ba64b13417
Introduce print-system-reqs wrt #49
And also make bootstrap-haskell print this by default.
2019-04-10 23:43:58 +08:00