cabal-dev icon indicating copy to clipboard operation
cabal-dev copied to clipboard

A wrapper program around cabal and cabal-install that maintains sandboxed build environments.

Results 47 cabal-dev issues
Sort by recently updated
recently updated
newest added

Currently the version on Hackage does not compile with GHC 7.6.

In particular, Cabal, mtl, network, process, and transformers have a newer version than are allowed by the .cabal file. Moreover, with GHC-7.8, transformers and process are _fixed_ at a higher...

``` bash @cidevant ~/Sites/Haskell/yesod-auth-api-server [master] $ cabal-dev ghci cabal-dev: user error (cabal: Cant parse --info output of GHC ) ``` System spec: ``` bash $ cabal-dev --version cabal-dev 0.9.2 built...

When doing `cabal-dev install` I get the following message: ``` Installing library in C:\Users\foo\bar\cabal-dev//lib\profunctors-3.3.0.1/ghc-7.4.2 ``` Same double forward slashes appear on Linux with GHC 7.6.3

I think we can begin to retire cabal-dev, with the recent release of cabal-install-1.18, which supports sandboxed builds and corresponding sandboxed ghci sessions. Cabal-install now also provides a warning if...

When running cabal-dev ghci on a cabal library project that has no source code (or does not export any modules) the following error message appears: ``` $cabal-dev ghci FAILED: Failed...

It would be nice to have a `cabal-dev ghc` to go along with the other commands and complete the suite. My use case is in getting flymake happening in emacs...

> What appears to be happening is that git-annex is using a ghc (through a Makefile) to build some haskell files. I don't know how common this is, but it...

I think this is an issue with cabal-dev. When compiling a package that calls functions in a c file listed in c-sources i keep getting: lookupSymbol failed in relocateSection (relocate...

Hi, I'm unable to build cabal-dev (or install it via cabal). Here's my system details: $ cabal --version cabal-install version 1.16.0.2 using version 1.16.0.3 of the Cabal library $ ghc...