This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 09 May, 2013 1 commit
-
-
Mikhail Glushenkov authored
Snapshot deps now behave more like `cabal-dev add-source`. Implemented by adding a BuildTreeRefType field to the BuildRef index entry. Fixes #1321.
-
- 08 May, 2013 1 commit
-
-
Mikhail Glushenkov authored
-
- 07 May, 2013 2 commits
-
-
https://github.com/manzyuk/cabaltibbe authored
-
manzyuk authored
Fixes #676.
-
- 06 May, 2013 4 commits
-
-
Mikhail Glushenkov authored
This avoids the risk of conflicts if we use a single add-source dep with multiple sandboxes.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- 05 May, 2013 5 commits
-
-
Mikhail Glushenkov authored
The package DB dir is created *after* we've changed the 'configPackageDBs' setting with 'setPackageDB'. Aside: we really need some functional tests for sandboxes.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Works better with 'cabal clean'.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Use a non-default build dir when building add-source deps.
-
- 04 May, 2013 4 commits
-
-
Mikhail Glushenkov authored
Fixes #1281.
-
ttuegel authored
Fix BuildTestSuiteDetailedV09 on case-insensitive file systems
-
ttuegel authored
Fixes #1297 (again). Compiled object files are deleted before the detailed test suite library is built. This is a workaround until the underlying cause is known.
-
- 03 May, 2013 4 commits
-
-
Mikhail Glushenkov authored
In rare cases, 'cabal.sandbox.config' and 'dist/setup-config' could theoretically become desynchronised. Add a sanity check against this possibility.
-
Andres Löh authored
-
Andres Löh authored
-
Andres Löh authored
-
- 02 May, 2013 19 commits
-
-
refold authored
Create source archives by running 'setup sdist --output-directory'.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
See batterseapower/test-framework#36.
-
Mikhail Glushenkov authored
-
-
Fixes #403.
-
-
Separate listing package sources from copying them over. Allows us to remove a bunch of code from 'D.C.Sandbox.Timestamp'.
-
-
refold authored
Reinstall modified add-source deps in 'install' if "." is among the targets.
-
Mikhail Glushenkov authored
So that we don't reinstall add-source deps for the wrong compiler (e.g. when doing 'cabal build' after 'cabal install -w'). We already do this in configure, and running 'install .' means configuring the current package.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Fixes #1265.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Fixes #1304, #1007.
-
Mikhail Glushenkov authored
-
Since we're using 'unless' here, we should use (>) instead of (>=).
-
Mikhail Glushenkov authored
-