Introduce print-system-reqs wrt #49

And also make bootstrap-haskell print this by default.
This commit is contained in:
2019-04-02 11:39:21 +08:00
parent 50f661092d
commit ba64b13417
4 changed files with 128 additions and 16 deletions

View File

@@ -0,0 +1 @@
curl g++ gcc gmp make ncurses python3 realpath xz-utils

1
.requirements/ghc/ubuntu Normal file
View File

@@ -0,0 +1 @@
curl g++ gcc libgmp-dev libtinfo-dev make ncurses-dev python3 realpath xz-utils