Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cabal

Is there a way to get version of Cabal package in source code of the package?

haskell cabal

Which Haskell package contains given module

haskell cabal hackage

How to specify dependency on external C library in .cabal?

How to use HUnit and Cabal to do Automated Testing?

Monadic expressions in conditionals - GHC compiles, cabal refuses

haskell cabal

How to profile libraries?

haskell cabal

Statically linking a C library with a Haskell library

c++ c haskell cabal ffi

How are `ghc-pkg` and `cabal` programs related? (Haskell)

Statically link GMP to an Haskell application using GHC (+ LLVM)

How to upgrade gtk2hsC2hs?

haskell gtk glib cabal gtk2hs

Conventions for Stability field of Cabal packages

haskell cabal hackage

Cabal to setup a new Haskell project?

How to completly remove packages installed by cabal?

haskell cabal

Blacklisting your own faulty hackage release

haskell cabal hackage

Cabal - how to install specific version of package

haskell cabal

How do i use runhaskell with cabal-dev?

haskell cabal runhaskell

Using cabal with multiple GHC versions

haskell ghc cabal

Where do QuickCheck instances belong in a cabal package?

haskell cabal quickcheck

Limit memory used by cabal install?

What is package.yaml & stack.yaml & Setup.hs & the-project-name.cabal files?

haskell cabal haskell-stack