Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cabal

Haskell QuickCheck Test not running properly when run with Cabal

haskell cabal quickcheck

How are the MIN_VERSION_๐‘™๐‘–๐‘ macros defined for libraries with non-letter characters in their name?

How do I build a simple project with Cabal?

haskell makefile cabal

Upgrade Cabal on Ubuntu 14.04

Cabal install pcre-light on windows. Extra-include-dirs/extra-lib-dirs not working

haskell mingw cabal

cabal install an executable from Hackage via a sandbox?

haskell cabal

Telling cabal where the main module is

haskell cabal

Learning from Haskell Packages

haskell package cabal

Is DeriveFunctor a well-recognized extension? Cabal seems confused

Mountain Lion X11 libraries can't ./configure

How can I disable OpenGL in the Haskell Platform?

Installing Cabal has missing modules

haskell cabal

How can I use `cabal repl` instead of `ghci` in `ghc-mod`?

GHCi cannot find modules of my program

haskell emacs cabal

Cross platform makefiles for small Haskell project?

Is there a way to use Cabal to keep Haskell packages up-to-date?

haskell cabal

Getting Cabal to work with GHC 6.12.1

haskell ghc cabal

How are Hackage package names mapped to 'cabal install' names?

haskell cabal

How do I create a suitable .tar.gz file for use with `cabal upload`?

running ghci on a module that needs LANGUAGE CPP

haskell ghc cabal ghci