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

This works for me: diff --git a/cabal-dev.cabal b/cabal-dev.cabal index b6d8e01..3a8121b 100644 --- a/cabal-dev.cabal +++ b/cabal-dev.cabal @@ -190,5 +190,5 @@ Executable cabal-dev-test Executable fake-ghc-cabal-dev HS-Source-Dirs: src/ - Build-depends: base - Build-depends:...

I'm having trouble starting an interactive session with `cabal-dev ghci`. Here's a minimal way to reproduce: ``` shell $ mkdir bug $ cd bug $ echo 'name: bug version: 0.1.0.0...

After cabal-dev install-deps in 0.8 cabal-dev ghci worked properly, in 0.9 it is broken. It says: > pwd:proj gracjan$ cabal-dev ghci > cabal-dev: user error (cabal: ghc-pkg: /Users/gracjan/proj/cabal-dev/packages-6.12.3.conf: > openFile:...

This is related to a few other issues in other projects: fpco/stackage#3 sol/doctest-haskell#39 faylang/fay#174 There are some packages which make use of the package database themselves. Fay calls GHC for...

When using a sandbox directory called `build`, the `cabal build` command is somehow misinterpreted: ``` shell $ cabal-dev -s build configure Resolving dependencies... Configuring foo-0.1.0.0... $ cabal-dev -s build build...

I am running Windows XP SP3 with Haskell Platform 2012, in a mingw shell. Here are the original repro steps: 1. cabal install yesod-platform 2. Make sure yesod is in...

When i open my cabal installer it goes directly on to install then when i click install it doesn't work???? PLEASE HELP ME!!!!!!

It would be convenient to be able to specify the default sandbox location (which currently seems hard-coded to `./cabal-dev`) via an environment variable. The `-s`/`--sandbox=DIR` option should have always precedence...

feature

I've got a project that indirectly depends on template haskell. My dev environment has GHC 7.4.2 which must have template-haskell >= 2.6. My target environment has GHC 7.0.4, which must...

It took me a little bit to understand what needs to be updated after moving the cabal-dev folder. Mainly a search and replace in the packages directory, and cabal-dev ghc-pkg...