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

Henning Thielemann reported the following failure via e-mail: Can cabal-dev cope with shared libraries? ``` $ cabal-dev install --enable-shared --constraint="QuickCheck>=2" non-negative Resolving dependencies... Configuring non-negative-0.1... Preprocessing library non-negative-0.1... Preprocessing executables...

bug

When compiling old developments, I wish cabal-dev to install and build dependencies that were available at a that time motivation: I´m installing now an old soft development. Since my dependencies...

It would be great if cabal-dev could reuse an existing caba-dev/ folder found in a parent folder instead of always creating one in the current folder. The main motivation is...

"cabal-dev install" is complaining about a missing directory - see below for the exact error message. The background is I had trouble with a module that cabal-dev couldn't build, and...

I get the following test output: ``` $ ./dist/build/cabal-dev-test/cabal-dev-test Basic invocation tests: --help exists with success: [OK] --version exists with success: [OK] --numeric-version has parseable output: [OK] exits with failure...

When building wxHaskell (after checking out the wx sources) with cabal-dev by: cabal-dev install ./wxdirect ./wxc ./wxcore ./wx the built wxdirect is not subsequently used, but instead the global one...

Clean build from source yields: ... [ 7 of 19] Compiling Paths_cabal_dev ( dist\build\autogen\Paths_cabal_dev.hs, d ist\build\cabal-dev\cabal-dev-tmp\Paths_cabal_dev.o ) [ 8 of 19] Compiling Distribution.Dev.CabalInstall ( src\Distribution\Dev\CabalI nstall.hs, dist\build\cabal-dev\cabal-dev-tmp\Distribution\Dev\CabalInstall.o ) Loading package...

https://github.com/mwotton/cabal-dev-bug README shows how to tickle the bug. it seems to work fine when listed in the executable or library section, but not the test-suite section. also, only fires when...

`Loading package network-2.3.2.0 ... linking ... ghc.exe: unable to load package 'network-2.3.2.0' ghc.exe: C:\Users\x\AppData\Roaming\cabal\network-2.3.2.0\ghc-7.4.2\HSnetwork-2.3.2.0.o: unknown symbol '_acceptNewSock' Failed to install cabal-dev-0.9.1 cabal.exe: Error: some packages failed to install: cabal-dev-0.9.1 failed...

Here is the test project https://github.com/s9gf4ult/conduplay/tree/tag1. cabal-dev ghci masks packages which are set in build-depends of this file ``` Loading package bytestring-0.9.2.1 ... linking ... done. Loading package text-0.11.2.3 ......