cabal
Building with runtime flags using cabal and ghc
I have a program written in Haskell and intended to be compiled with GHC. The program scales very well on multiple cores, so enabling multithreading is very important. In my .cabal file I\'ve added gh[详细]
2023-03-16 02:05 分类:问答Cabal missing dependencies on foreign libraries when install glib under Windows
I need glib for threadscope to work. But I am not able to install it using cabal. I tried cabal install glib but getting the following error. I even tried downloading the library and installing it loc[详细]
2023-03-15 19:58 分类:问答Package build failure on Hackage
I uploaded my first package to Hackage ( http://hackage.haskell.org/package/groundhog-0.0.1) and it failed to build with error:[详细]
2023-03-13 20:36 分类:问答Haskell Cabal: How to ignore dependencies
I\'m trying to install a package (nymphaea as it happens). This depends on an earlier version of base than the one I have. I\'m not keen on downgrading my base libraries, so I\'d like to try to just i[详细]
2023-03-12 17:00 分类:问答gtk2hs installation
hello I got some error on windows xp sp3, I tried install up to date Haskell platform install gtk+ all in one bundle 2.16[详细]
2023-03-11 22:33 分类:问答Is it possible to install the latest version of ghc using cabal?
I hope the title is self explanatory. I can\'t seem to find a开发者_运维问答 ghc package on hackage.No, you cannot. However, you can install from binaries or compile it from source (this requires that[详细]
2023-03-10 14:33 分类:问答Haskell cabal: I just installed packages, but now the packages are not found
Over here is the only reason I can find that packages I\'m installing using cabal are not being found by GHC:[详细]
2023-03-10 08:56 分类:问答Error while installing Haskell DJinn - base-3.0.3.1 was excluded because of the top level dependency base -any
I tried installing Djinn by using cabal but got the following error - $ cabal install djinn --verbose Reading available packages...[详细]
2023-03-10 07:39 分类:问答GHC cabal install hamlet fails with an obscure error
I am trying to install a Hamlet on a webfaction shared server so I can compile and run my web application there. I am using Yesod to develop the application.[详细]
2023-03-08 02:14 分类:问答Cannot install Yorgey et al's "unbound" library with latest GHC/Haskell Platform
Has anybody managed to get Yorgey et al\'s \"unbound\" library, for working with syntax with binding, to install with the latest GHC (7.0.3) and Haskell platform?Trying a cabal install unbound, I get[详细]
2023-03-06 06:25 分类:问答