Skip to content

Instantly share code, notes, and snippets.

@hhefesto
Last active October 15, 2015 05:18
Show Gist options
  • Save hhefesto/dc41ecbd4dc768b6ca55 to your computer and use it in GitHub Desktop.
Save hhefesto/dc41ecbd4dc768b6ca55 to your computer and use it in GitHub Desktop.
This is what i did to get the compilation error.
sudo dnf install glibc-devel ncurses-devel gmp-devel autoconf automake libtool gcc make perl python ghc happy alex git -y
sudo dnf install docbook-utils docbook-utils-pdf docbook-style-xsl -y
sudo dnf install strace patch -y
git clone --recursive git://git.haskell.org/ghc.git
cd ghc
git checkout ghc-7.10.2-release
git checkout -b ghc-stable
./boot
./configure --prefix=$HOME
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment