Top "Cabal" questions

Cabal is a package distribution and build system for the Haskell programming language.

How can I uninstall a version of a Cabal package?

Happstack Lite is breaking on me because it's getting blaze-html version 0.5 and it wants version 0.4. Cabal says that both versions 0.4.3.4 …

haskell ghc cabal
How to install a package using stack?

Using cabal, I could install hakyll with the command: cabal install hakyll How can I do the same thing using …

haskell cabal cabal-install package-management haskell-stack
What is the difference between Cabal and Stack?

Yesterday I learnt about a new Haskell tool called Stack. At the first blush, it looks like it does much …

haskell cabal haskell-stack
How to install cairo on Windows

For the life of me I can't figure out how to install cairo on Windows! I need it for Haskell …

haskell cairo cabal
My cabal packages are FUBAR; how can I purge them and start over?

I forgot to enable building libs for profiling in my ~/.cabal/config before installing a bunch of packages on a …

haskell cabal
Profiling builds with Stack

How do I tell stack to build my executable and all its dependencies with -prof? Simply adding it to ghc-options …

haskell cabal haskell-stack
Haskell - can't find package

I have a package installed via cabal: Data.Vector But when I attempt to compile a program that has import …

haskell package cabal cabal-install
Cabal not installing dependencies when needing profiling libraries?

I want to compile my program with profiling, so I run: $ cabal configure --enable-executable-profiling ... $ cabal build ... Could not find module …

haskell profiling cabal
How to install Haskell (Platform or Stack) in 2018 on Linux?

I am trying to learn Haskell from the book Learn You a Haskell by Miran Lipovača. Both the book …

linux haskell cabal haskell-stack haskell-platform
How to completly remove packages installed by cabal?

I am trying to learn cabal, and have tested several my own little projects, now I want to clean them …

haskell cabal