[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

Stanislaw Findeisen stf.list.haskell at eisenbits.com
Sun Jul 12 15:40:11 UTC 2015


On 2015-07-10 14:36, Imants Cekusins wrote:
> you could use cabal sandbox.

I went along these lines:

$ cabal update
$ cabal install cabal-install
$ ~/.cabal/bin/cabal sandbox init
$ ~/.cabal/bin/cabal install --only-dependencies --max-backjumps=-1

Then I still had to resolve:

Loading package transformers-0.4.3.0 ... ghc: mmap 1400832 bytes at
(nil): Operation not permitted
ghc: Try specifying an address with +RTS -xm<addr> -RTS
Failed to install vector-0.10.12.3

(and similar) but finally made it work.

Thanks!

-- 
http://people.eisenbits.com/~stf/
http://www.eisenbits.com/

OpenPGP: 9EC2 5620 2355 B1DC 4A8F  8C79 0EC7 C214 E5AE 3B4E

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20150712/31564fbe/attachment.sig>


More information about the Beginners mailing list