This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Feb 19, 2017
-
-
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Edward Z. Yang authored
* This is only enabled with the lib flag. * We tell users not to use the library in the package description. Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Feb 17, 2017
-
-
Mikhail Glushenkov authored
This reverts commit bacdf19b. 'hackage-security' has been updated. I tested that build works now.
-
Edward Z. Yang authored
hackage-security hasn't been updated with new bounds, so this unbreaks the build. This reverts commit eec15a35.
-
Mikhail Glushenkov authored
-
- Feb 08, 2017
-
-
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Dec 31, 2016
-
-
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Dec 18, 2016
-
-
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Nov 27, 2016
-
-
Edward Z. Yang authored
Note: hackage-repo-tool doesn't build with Windows, so that support is commented out. Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Nov 20, 2016
-
-
kristenk authored
-
- Nov 18, 2016
-
-
Edward Z. Yang authored
See cabal-testsuite/README.md for a detailed description of the new architecture. Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Oct 31, 2016
-
-
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Sep 14, 2016
-
-
Duncan Coutts authored
Now that we default to the secure repo, we need to run cabal update the first time before running cabal (new-)build/etc, which is essentially what the integration tests do. The travis and appveyor scripts already did a cabal update at the beginning, but this one was using the boostrap cabal and currently that version does not use the secure repo format by default.
-
- Sep 08, 2016
-
-
Edward Z. Yang authored
The key idea is that we define: type IO a = HasCallStack => Prelude.IO a and voila, call stacks are maintained across all IO! You can look at the stacks using -v"debug +callstack". There are a number of IO functions for which the call stack is never used. They are explicitly annotated using NoCallStackIO. Maybe some day they will use call stacks and we can change their types. Similarly, there are a number of functions which do have type IO, but then suppress the redundant constraint error using "_ = callStack". Maybe some day we will attach call stacks to the exceptions we throw. Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Aug 10, 2016
-
-
Federico Mastellone authored
This fixes #3687 Swithed AppVeyor test to GHC 8.0.1 because 7.10.3 is broken (https://chocolatey.org/packages/ghc/7.10.3) and added the `-y` option and `refreshenv` after installing GHC as suggested by Chocolatey
-
- May 15, 2016
-
-
Mikhail Glushenkov authored
-
- May 14, 2016
-
-
Mikhail Glushenkov authored
[ci skip]
-
- Apr 23, 2016
-
-
kristenk authored
-
- Apr 06, 2016
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Mar 29, 2016
-
-
kristenk authored
-
- Mar 05, 2016
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- Mar 03, 2016
- Feb 25, 2016
-
-
- Feb 24, 2016
-
-
Mikhail Glushenkov authored
-
- Feb 23, 2016
-
-
Mikhail Glushenkov authored
This reverts commit 5a1f8575.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Cabal should be buildable out of the box.
-
- Feb 22, 2016
-
-
kristenk authored
The functions 'testWhen' and 'testUnless' filter tests in the 'TestTreeM' monad. The option '--enable-all-tests' ignores filtering. This commit also applies filtering to the existing package tests that cannot run on Windows.
-
- Feb 18, 2016
-
-
kristenk authored
-
- Feb 16, 2016
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- Feb 14, 2016
- Feb 09, 2016
-
-
kristenk authored
-