cabal
Haskell package linker error: can't load .so/.DLL for: clang
i guys i have a problem, i want to run a haskell script that imports libClang (import Clang), i made a cabal install libClang befor and it work[详细]
2023-03-05 22:24 分类:问答problem installing libClang with cabal on minGW
Who can help me installing libClang with cabal install? I do the following things: Install haskell plattform[详细]
2023-03-05 14:50 分类:问答Missing Haskell package dependency: ffi
I\'m using Linux Mint (Ubuntu derivat) a开发者_JAVA技巧nd want to install libClang with Cabal. The problem is, that I always get the message: \"requires ffi\" and then it stops.[详细]
2023-03-05 09:10 分类:问答XMonad Compilation Error using Incorrect Data.Map
So I\'m sitting here compiling XMonad for myself because I do not like being provided with version 0.9.1 by my package manager and like 0.9.2. The current problem is that the compilation of XMonad its[详细]
2023-03-04 18:33 分类:问答Cabal to setup a new Haskell project?
Is it possible to (ab)use Cabal to have it create a generic Haskell project with a simple command, similar to what you can do in the Scala world with Sbt or Maven?[详细]
2023-03-01 05:18 分类:问答Cannot get cabal to find the mpi library for haskell-mpi on Windows [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-02-28 08:44 分类:问答It is a member of the hidden packageQuickCheck-1.2.0.0, How to load hs file
installed QuickCheck, i install againcabal install QuickCheck-1.2.0.0 and load ag开发者_如何学运维ain and has error[详细]
2023-02-26 03:50 分类:问答Haddock, Cabal: How to include source code examples?
I am the author of the operational package, which includes example code. I would like this e开发者_如何学JAVAxample code to be hscolored and installed together with the API documentation, which is gen[详细]
2023-02-23 08:55 分类:问答Mac, XCode 4, homebrew Haskell: Can't install utf8-light?
I don\'t understand the following error message but I do know that I\'ve installed utf8-light on Linux before without problems. Can someone shed light on what\'s wrong? Is this an LLVM problem, GHC 7[详细]
2023-02-22 17:53 分类:问答Different imports according to version of dependencies
I have a module that uses Control.Ex开发者_C百科ception in Base < 4 which is Control.OldException in Base >= 4. How can I, using cabal or any other tool, get rid of the version dependency (just[详细]
2023-02-21 23:22 分类:问答