This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 12 Aug, 2012 2 commits
-
-
ttuegel authored
Package will be reconfigured with test suites enabled, if necessary.
-
ttuegel authored
Change the behavior of 'cabal build' to automatically run 'cabal configure' if the package in the current directory has never been configured or if the configuration is outdated. In the former case, use the default options or in the latter case, use the most recently used options.
-
- 11 Aug, 2012 7 commits
-
-
refold authored
-
https://github.com/23Skidoo/cabaltibbe authored
-
tibbe authored
Contributed by Hideyuki Tanaka.
-
tibbe authored
-
refold authored
Fixes #980 by allowing to create config fields from options with optional arguments. Without this change, setting the 'jobs' or 'verbose' fields in the config file results in a fatal error on startup.
-
tibbe authored
Contributed by Tuncer Ayaz.
-
tibbe authored
-
- 10 Aug, 2012 1 commit
-
-
refold authored
Fixes #982. Additionally, running 'install -j' without the numerical argument will have the same effect at runtime. Side effect: 'install -jNUM' doesn't work when there's a space between -j and NUM.
-
- 08 Aug, 2012 1 commit
-
-
Mark Lentczner authored
-
- 06 Aug, 2012 7 commits
-
-
tibbe authored
-
tibbe authored
-
tibbe authored
-
tibbe authored
-
tibbe authored
Remove the bitrotted UnitTest test suite and also no longer used build infrastructure.
-
tibbe authored
The test suite is so bitrotted that it's beyond salvaging and it'll be deleted in a subsequent commit. This commits records the changes needed to at least get it to compile again.
-
tibbe authored
-
- 01 Aug, 2012 2 commits
- 31 Jul, 2012 2 commits
- 29 Jul, 2012 1 commit
-
-
ian@well-typed.com authored
cabal was failing with: $ cabal --config-file=/home/hackage-docs/hackage-docs/build-cache/cabal-config install --enable-documentation --enable-tests --haddock-html-location='http://192.168.142.1:8080/package/$pkg-$version/doc' --haddock-option=--built-in-themes --haddock-contents-location='http://192.168.142.1:8080/package/$pkg-$version' --haddock-hyperlink-source --prefix=/home/hackage-docs/hackage-docs/build-cache HUnit-1.2.5.1 Resolving dependencies... /home/hackage-docs/hackage-docs/build-cache/local.conf.d/package.cache: openBinaryFile: does not exist (No such file or directory) cabal: /home/hackage-docs/.cabal/logs/HUnit-1.2.5.1.log: resource busy as it tried to open the log file for reading when it already had it open for writing: open("/home/hackage-docs/.cabal/logs/HUnit-1.2.5.1.log", O_WRONLY|O_CREAT|O_NOCTTY|O_APPEND|O_NONBLOCK, 0666) = 3 open("/home/hackage-docs/.cabal/logs/HUnit-1.2.5.1.log", O_RDONLY|O_NOCTTY|O_NONBLOCK) = 5 close(5) = 0 close(3) = 0
-
- 19 Jul, 2012 5 commits
-
-
pcapriotti authored
-
pcapriotti authored
-
pcapriotti authored
-
pcapriotti authored
-
pcapriotti authored
-
- 18 Jul, 2012 3 commits
-
-
Andres Löh authored
-
Andres Löh authored
-
Andres Löh authored
-
- 02 Jul, 2012 1 commit
-
-
refold authored
Example of what happens in the normal case: https://gist.github.com/3032723 Example of what happens in case of error: https://gist.github.com/3032939
-
- 30 Jun, 2012 1 commit
-
-
refold authored
-
- 29 Jun, 2012 3 commits
- 28 Jun, 2012 2 commits
- 25 Jun, 2012 2 commits
-
-
Duncan Coutts authored
Needed for the parallel builds.
-
Duncan Coutts authored
-