This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Jun 29, 2015
-
-
Duncan Coutts authored
This will be useful for adding crypto credentials without people having to update their config files. Also useful point to add any other special casing for known repos.
-
Duncan Coutts authored
Will need a later check to validate the repo info, e.g. that it's a supported url scheme and is an absolute URI.
-
- Jun 28, 2015
-
-
Mikhail Glushenkov authored
Add test dependencies to stack.yaml
-
Dan Burton authored
-
- Jun 27, 2015
-
-
Duncan Coutts authored
Support new section syntax for remote-repo.
-
- Jun 24, 2015
-
-
Duncan Coutts authored
Drop pkgna_ prefix from package keys, c.f. http://ghc.haskell.org/tra…
-
Mikhail Glushenkov authored
HACKING.md: Add quotation to sed command
-
bardur.arantsson authored
The command line given to get the sandbox package database path is missing quotation which may make it fail in some shells (given certain globbing options). This adds single quotation marks to avoid such potential issues.
-
- Jun 23, 2015
-
-
Mikhail Glushenkov authored
Add a stack.yaml file
-
Michael Snoyman authored
I needed this when building cabal.exe for MinGHC (see: https://github.com/fpco/minghc/issues/69). I thought others might find this useful, especially for the use case of bootstrapping cabal development. I went the direction of no curation and explicit packages in the extra-deps, as I thought that would make more sense for a project low on the dependency chain, but this could certainly be tweaked to use LTS Haskell or Stackage Nightly instead.
-
- Jun 22, 2015
-
-
http://ghc.haskell.org/trac/ghc/ticket/10550Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Jun 20, 2015
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Mikhail Glushenkov authored
Allow cabal freeze tests to run on Windows
-
kristenk authored
The tests now read cabal.config strictly so that the file is closed by the time it is deleted for the next test.
-
- Jun 19, 2015
-
-
Duncan Coutts authored
Fix #367. Find module files in all source directories.
-
Mikhail Glushenkov authored
Test cabal exec error message in a more portable way
-
Mikhail Glushenkov authored
Compare file paths with equalFilePath for portability
-
kristenk authored
Without this change, differences in filename capitalization caused "cabal sandbox delete" to fail with this error message when used with a default sandbox on Windows: cabal.exe: Non-default sandbox location used: 'C:\folder\.cabal-sandbox'. Assuming a shared sandbox. Please delete 'C:\folder\.cabal-sandbox' manually. This commit also allows the cabal-install package tests that delete sandboxes to run on Windows.
-
kristenk authored
This change allows the tests "can run executables installed in the sandbox" and "adds the sandbox bin directory to the PATH" to run on Windows by removing the executable name from the required error message.
-
- Jun 18, 2015
-
-
Duncan Coutts authored
Automatically run `configure` before `haddock`
-
Duncan Coutts authored
Parse C compiler flags from GHC correctly
-
- Jun 17, 2015
-
-
Mikhail Glushenkov authored
Instead of: C:\Users\Ganesh\AppData\Local\Temp\data-default-instances-old-locale-0.0.1-11924\data-default-instances-old-locale-0.0.1 (which was the case before @ezyang's patch) we now get: C:\Users\Ganesh\AppData\Local\Temp\cabal-tmp-11924\data-default-instances-old-locale-0.0.1 Fixes #2658.
-
- Jun 16, 2015
-
-
Mikhail Glushenkov authored
Only warn for missing Setup.hs if build type isn't Simple
-
Daniel Buckmaster authored
Because cabal sdist will add a default Setup.hs anyway
-
- Jun 14, 2015
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- Jun 11, 2015
-
-
Edward Z. Yang authored
Instead of: C:\Users\Ganesh\AppData\Local\Temp\data-default-instances-old-locale-0.0.1-11924\data-default-instances-old-locale-0.0.1 we get: C:\Users\Ganesh\AppData\Local\Temp\data-default-instances-old-locale-0.0.1-11924 Instead of: dist\build\libHSdata-default-instances-old-locale-0.0.1-6jcjjaR25tK4x3nJhHHjFM.a-11924\libHSdata-default-instances-old-locale-0.0.1-6jcjjaR25tK4x3nJhHHjFM.a we get: dist\build\objs-11924\libHSdata-default-instances-old-locale-0.0.1-6jcjjaR25tK4x3nJhHHjFM.a This should put us under the limit. Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Ben Gamari authored
GHC hands us a String which we previously tried to parse as a [String], causing GHC's compiler flags to be ignored.
-
- Jun 10, 2015
-
-
byorgey authored
commandline documentation
-
- Jun 08, 2015
-
-
Mikhail Glushenkov authored
Distribution.Simple.Setup: fix HaddockFlags mappend
-
- Jun 07, 2015
-
-
taruti authored
-
- Jun 06, 2015
-
-
Duncan Coutts authored
-
Duncan Coutts authored
Also fix or silence build warnings
-
Duncan Coutts authored
Redundant parens. Was breaking one test.
-
- Jun 04, 2015
-
-
-
-
-
These were dropped during the migration to github. This patch restores them, but note that they do not all pass!
-
- Jun 03, 2015
-
-
Duncan Coutts authored
Ignore tags when parsing version numbers
-
Duncan Coutts authored
Allow using cabal program itself as the external setup method
-