Questions tagged [ghc]
6 questions
2
votes
0 answers
trouble installing yesod
i installed ghc and cabal on my centos 6 machine. both seem to be in working order.
but when I try to install yesod with cabal, i get this:
[root@localhost yesod]# cabal install yesod
Resolving dependencies...
cabal: cannot configure conduit-0.2.1.…
Ramy
- 1,171
1
vote
1 answer
Installing haskell ghc fails
I am trying to install Haskell-2012.4.0.0.exe on my computer running windows 7.
When I run the installer I get the following message and the installation fails,
Installer integrity check has failed. Common causes include
incomplete download and…
Ishan
- 3,432
1
vote
1 answer
Get up-arrow key to only show unique commands? GHC Haskell
Haskell uses the GHC (Glasgow Haskell Compiler) which is basically a command line interface to compile and run Haskell.
Like many popular CLI's, GHC allows you to use the up and down arrow keys to access previously used commands. However, it shows…
1
vote
1 answer
tidalcycles + ghc: unable to load package
I'm trying to run tidalcycles on windows, but while booting it from atom i get the following error:
ghc.exe: unable to load package `network-3.0.0.0'
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in…
ZZzz
- 11
0
votes
1 answer
configure error building GHC on Arch Linux - "error adding symbols: Bad value"
I was building GHC to get more libraries than the default installation the Arch repos give, but I managed to do something to the system which makes the initial configure fail on a clean copy of the source:
:~/tmp$ tar -xvf…
cronburg
- 726
0
votes
1 answer
Where to get GHC for centos 6?
Can anyone direct me as to how to install GHC?
I went here: http://pkgs.org/centos-6-rhel-6/epel-testing-i386/ghc-ghc-6.12.3-6.el6.i686.rpm/download/
and tried both the binary and source packages (though i don't know how to install src.rpm's)
with…
Ramy
- 1,171