Questions tagged [ghc]

3 questions
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
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