Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cabal

Is it possible to use cmake for Haskell projects?

zlib build error with GHC

haskell zlib ghc cabal archlinux

Why does cabal install reinstall packages already in .cabal/lib

haskell cabal

Use quickCheck tests with Cabal?

testing haskell cabal

Haskell Cabal regenerate documentation for all installed packages

haskell documentation cabal

How to set ghci options for cabal repl?

Why is the Haddock documentation not showing up on Hackage?

Cabal Test Suite with type detailed example

testing haskell cabal

Flags in cabal files

haskell cabal

Stack has not been tested with GHC & Cabal versions

haskell cabal haskell-stack

How to handle feature requests that add new package dependencies

haskell cabal hackage

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)