cabal
Xmonad build failed: cound not find module control.monad.reader
I\'m trying to cabal install xmonad with profiling and I keep getting the error: cound not find module control.monad.reader[详细]
2023-03-26 21:00 分类:问答How can I list upgradeable Cabal packages in the style of `apt-show-versions`?
I was wondering if there was a way (ei开发者_C百科ther existing command or shell script or alike) to list registered GHC packages for which hackage has an updated version available. Something in the s[详细]
2023-03-25 18:51 分类:问答What's the best workaround for not having "cabal upgrade"?
I want t开发者_JAVA技巧o upgrade all packages, not just a specific one with cabal install --upgrade-dependencies.This bit of shell hackery works for me on OS X:[详细]
2023-03-25 01:29 分类:问答How can one register a package built with cabal-dev?
I was able to use cabal-dev to build some packages that cabal was having issues with. ( help with cabal install package shadowing errors ). How does one then install and use them? I tried copyi开发者_[详细]
2023-03-25 01:06 分类:问答how to use "cabal configure" / Setup.hs for local buildling?
I\'m trying to work around another bug with the regular cabal install ( help with cabal install package shadowing errors ). When I try to run Setup.hs after using cabal to unpack a package (in this ca[详细]
2023-03-24 05:56 分类:问答help with cabal install package shadowing errors
I\'ve run into the same error for two unrelated packages now, missingpy and monadiccp. > cabal install -p -v monadiccp[详细]
2023-03-24 01:50 分类:问答How to avoid recompiling in this cabal file?
I\'ve been working on this Haskell project, and I have a cabal file for it. Now, my project is structured as a library that implements a simple interpreter. I also have a very short Main file which ne[详细]
2023-03-20 10:22 分类:问答Haskell Cabal regenerate documentation for all installed packages
How can I generate and install documentation for all locally installed cabal packages? I turned on the documentation flag in ~/.cabal/config which means that all newly installed packages will have doc[详细]
2023-03-17 12:39 分类:问答cabal-install-0.10.2 failed during the building phase
I was trying to install haskeline, it\'s my first time installing using cabal, and here is what I got. What should I do?[详细]
2023-03-17 07:09 分类:问答Package versioning clashes in Cabal
Forgive me if this is a FAQ but I\'m a bit puzzled about how to get around this problem properly. I recently downloaded the package TagSoup which installed fine with the latest version 0.12.2[详细]
2023-03-16 02:17 分类:问答