Questions tagged [haskell]
6 questions
2
votes
1 answer
Cabal library version probelm (Haskell)
I hope this is not OT but it's certainly no StackOverflow question so I try here.
I've got a problem with my cabal install on a Windows 7 (64bit) machine.
If I try do run a yesod devel it tells me to rerun the configure because I switched the cabal…
Random Dev
- 123
- 5
2
votes
1 answer
installing ghc in home directory
I am following the instructions http://sporkcode.wordpress.com/2009/07/11/installing-the-haskell-platform-in-ubuntu/ for installing GHC in Ubuntu. And I want install it in my home directory. I have successfully installed GHC, but when I try to…
Alex
- 121
- 4
1
vote
1 answer
Pandoc locale problems
I'm trying to generate documentation pdf file with pandoc's markdown2pdf. My source file contains some cyrillic UTF-8 symbols. My system locale is en_US.UTF-8.
When run in default locale, markdown2pdf fails to load document:
$ markdown2pdf doc.md…
Alexander Gladysh
- 2,343
- 7
- 30
- 47
0
votes
2 answers
Process monitoring w/ Haskell angel
I'm attempting to monitor a process w/ haskell's angel process monitoring tool.
https://github.com/MichaelXavier/Angel
The process continues to restart in an infinte loop when it is run w/o receiving any kind of HUP signal.
See below...
[2013/12/18…
The Internet
- 473
- 1
- 8
- 17
0
votes
1 answer
How to install `Happstack` on FreeBSD?
I'm trying to install Happstack on my FreeBSD box all day.
Finally I installed GHC 6.10.x. And Cabal 0.8.2. But failed on Happstack. These are errors.
%sudo ~/.cabal/bin/cabal install happstack
Resolving dependencies...
cabal: cannot configure…
Eonil
- 9,689
- 15
- 34
- 53
0
votes
1 answer
Is GHC porting to FreeBSD stopped?
I'm playing with GHC package on FreeBSD 8.1.
I installed GHC with pkg_add -r ghc. But it was not worked well. I tried some more but I realized the installed GHC version is just 6.10.x. This version is came out in 2009.
Current recent version is 7.x,…
Eonil
- 9,689
- 15
- 34
- 53