
Hi Anton!
My first thought is to blame Russian letters and/or spaces. Try to move
your programs and libraries to plain English path. No guarantees it would
help, though.
Best,
Alexander
2016-07-08 18:00 GMT+06:00
Send Haskell-Cafe mailing list submissions to haskell-cafe@haskell.org
To subscribe or unsubscribe via the World Wide Web, visit http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe or, via email, send a message with subject or body 'help' to haskell-cafe-request@haskell.org
You can reach the person managing the list at haskell-cafe-owner@haskell.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of Haskell-Cafe digest..."
Today's Topics:
1. Strange error with cabal install on windows: (Anton Kholomiov)
----------------------------------------------------------------------
Message: 1 Date: Fri, 8 Jul 2016 12:06:07 +0400 From: Anton Kholomiov
To: Haskell Cafe Subject: [Haskell-cafe] Strange error with cabal install on windows: Message-ID: < CADDxdqOVLzBe+KYiPKieZzjfeZJEkqAHsr1jcdM4pcvfiJ8Qzg@mail.gmail.com> Content-Type: text/plain; charset="utf-8" I've got an error that I don't know how to fix with cabal install. Has anyone experienced such a thing? It installs fine on ubuntu but fails to install on windows 7. It's my own package called `sharc-timbre`:
~~~ Building sharc-timbre-0.1... Preprocessing library sharc-timbre-0.1... C:\Program Files\Haskell Platform\8.0.1\bin\ghc.exe: createProcess: does not exist (No such file or directory) cabal: Leaving directory 'C:\Users\антон\AppData\Local\Temp\cabal-tmp-4484\sharc-timbre-0.1' ~~~
Thanks, Anton