We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sudo mkdir local sudo mkdir andygill sudo chown andygill:andygill andygill sudo yum install emacs emacs boot.hs # make my HOME = /local/andygill
We have emacs
sudo dnf copr enable petersen/ghc-7.10.2 sudo dnf install ghc cabal-install # install 7.10
cabal: Missing dependency on a foreign library: * Missing (or bad) header file: zlib.h * Missing C library: z sudo dnf install zlib-devel
cabal install happy alex # outside sandbox
####Useful to know
sudo dnf remove cabal-install