[Haskell-cafe] Haskell-Cafe Digest, Vol 155, Issue 8

Anton Kholomiov anton.kholomiov at gmail.com
Fri Jul 8 17:22:22 UTC 2016


The length of command in windows terminal is limited. Pavel Troev provided
 the clues, he discovered that the length of the build command is too long.
I've got too many modules in my package. I guess that I need to group some
submodules to single modules to make it work on windows.

2016-07-08 15:21 GMT+03:00 Alexander Granin <graninas at gmail.com>:

> 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 <haskell-cafe-request at haskell.org>:
>
>> Send Haskell-Cafe mailing list submissions to
>>         haskell-cafe at 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 at haskell.org
>>
>> You can reach the person managing the list at
>>         haskell-cafe-owner at 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 <anton.kholomiov at gmail.com>
>> To: Haskell Cafe <haskell-cafe at haskell.org>
>> Subject: [Haskell-cafe] Strange error with cabal install on windows:
>> Message-ID:
>>         <
>> CADDxdqOVLzBe+KYiPKieZzjfeZJEkqAHsr1jcdM4pcvfiJ8Qzg at 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
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: <
>> http://mail.haskell.org/pipermail/haskell-cafe/attachments/20160708/a7f52664/attachment-0001.html
>> >
>>
>> ------------------------------
>>
>> Subject: Digest Footer
>>
>> _______________________________________________
>> Haskell-Cafe mailing list
>> Haskell-Cafe at haskell.org
>> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>>
>>
>> ------------------------------
>>
>> End of Haskell-Cafe Digest, Vol 155, Issue 8
>> ********************************************
>>
>
>
>
> --
> С уважением,
> Александр
>
> _______________________________________________
> Haskell-Cafe mailing list
> To (un)subscribe, modify options or view archives go to:
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
> Only members subscribed via the mailman list are allowed to post.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20160708/191c4d05/attachment.html>


More information about the Haskell-Cafe mailing list