Closed alex-ball closed 8 years ago
Hi,That's always a problem with cabal - the builds are not reproducible after Hackage changes (new versions of packages, etc.). I am no longer using cabal for development. I highly recommend using stack for building.
stack unpack clafer-0.4.3
cd clafer-0.4.3
stack install alex happy
stack install
The stack.yaml
specifies lts-3.19
and older alex/happy, which works well. Just checked that lts-3.22
also works well. The command stack install alex happy
is needed so that you have the older versions installed. There were problems with the newer versions of alex/happy.
Having installed cabal-install-1.22 and ghc-7.10.3, I set up a Cabal sandbox and followed the instructions for installing with cabal-install, namely:
Installation failed with the message:
Should this file explicitly
import Data.Char (ord)
?