cabal
cabal doesn't include c header files
I just installed the most recent version of the Haskell Platform (2011.something) on Mac OS X 10.6.7.[详细]
2023-02-20 11:33 分类:问答Can't install cairo with cabal on Windows - how to get pkg-config on win?
Configuring cairo-0.12.0... setup.exe: The program pkg-config version >=0.9.0 is required but it could not[详细]
2023-02-18 12:11 分类:问答Cabal installation error missingpy on Haskell Platform 2010.2.0.0 on Windows 7
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[详细]
2023-02-18 10:07 分类:问答failure of cabal install mime
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[详细]
2023-02-17 20:57 分类:问答Can't install happy for gtk2hs-buildtools for lambdacat
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 :[详细]
2023-02-17 14:06 分类:问答How are `ghc-pkg` and `cabal` programs related? (Haskell)
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.开发者_如何学运维[详细]
2023-02-13 15:55 分类:问答Trying to install Image.Codec.DevIL under windows. Needs pthread and IL. Can't get IL to work
This is the output from cabal install codec-image-devil: Resolving dependencies... Configuring Codec-Image-DevIL-0.2.3...[详细]
2023-02-10 14:10 分类:问答Installing Haskell cairo on Windows
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[详细]
2023-02-10 13:01 分类:问答Passing m files to ghc with -x c in cabal file sets option globally
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.[详细]
2023-02-06 19:21 分类:问答Why cabal build fails if cabal file changed?
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[详细]
2023-02-05 16:21 分类:问答