I just installed the most recent version of the Haskell Platform (2011.something) on Mac OS X 10.6.7.
Configuring cairo-0.12.0... setup.exe: The program pkg-config version >=0.9.0 is required but it could not
I am a newbie Haskell-user and want to use Python libraries (for interaction with existing software for example using Numpy libraries).I found out that this can be done using the MissingPy package ( h
I recently got the Haskell Platform for Mac OS X.I\'ve cabal installed a few packages, and then got this error, which I don\'t understand.It seems to say I need version for 4 of base, but I do have th
So I wanted to build https://github.com/baldo/lambdacat on win. Can\'t build happy (it is on instructions) on Windows. Here is a log :
As I know cabal is a program to manage installation of packages like FreeBSD\'s pkg_add. But there is another tool called ghc-pkg. I don\'t know why there are two different programs.开发者_如何学运维
This is the output from cabal install codec-image-devil: Resolving dependencies... Configuring Codec-Image-DevIL-0.2.3...
I am trying to install cairo on Windows XP and this is the command that I am trying: cabal install cairo --extra-include-dirs=\"C:\\cygwin\\usr\\include\" --extra-lib-dirs=\"C:\\cygwin\\lib\" --extra
I am trying to开发者_Go百科 update the glfw package to use glfw 2.7 on the mac. The problem becomes that there is a new cocoa port which introduces \'m\' files.
Someone help me make sense of it. Cabal, great app, love it. But cabal build will fail if the cabal file has changed, with a message saying run cabal configure. It does not complain about this on caba