Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cabal

Cabal configure in a sandbox complains "At least the following dependencies are missing" on installed packages

haskell cabal

Should I use stack to build and upload to Hackage?

How can configuration tools like sdl-config be used with a cabalized project?

haskell sdl cabal

installing dependencies in haskell

haskell cabal

Why cabal sandbox init does not change PATH like virtualenv does?

Why is `stack build` altering my .cabal file?

How to configure cabal in Windows 7?

haskell cabal

Installing Haskell Gloss

haskell cabal

Is there a way to find why cabal installed a certain package?

is it possible to stack cabal sandboxes?

What is the up-to-date standard workflow for building Haskell projects?

haskell module cabal stackage

GTK2HS fails to install with recent cabal versions

haskell gtk cabal gtk2hs

changing how Setup.hs is built

haskell cabal

Haskell package versioning policy - changes in dependencies

haskell cabal

Stack (Haskell) build cache of source files with GitHub Actions

is there a workaround for Cabal broken reinstalls?

haskell cabal

how to use hoogle locally (like ctags)?

haskell cabal haddock

How to install haddock with cabal install

How can I designate "internal" modules in my cabal package

haskell cabal

How do I add the "containers" package to my .cabal file (without getting overwritten by stack at compile time)?

haskell cabal haskell-stack