[Haskell-beginners] cabal install snap-server-0.9.5.1: At least the following dependencies are missing: attoparsec >=0.10 && <0.13 && ==0.13.0.1
Imants Cekusins
imantc at gmail.com
Fri Jul 10 12:36:46 UTC 2015
> attoparsec >= 0.10 && < 0.14,
you could try to change the source cabal file or you could use cabal sandbox.
Sandboxes are easy. They allow to install exact versions required by
the package. Take a look:
http://coldwa.st/e/blog/2013-08-20-Cabal-sandbox.html
More information about the Beginners
mailing list