This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 29 Nov, 2016 1 commit
-
-
Jens Petersen authored
Cabal-1.18 in ghc-7.8 does not support -j
-
- 26 Oct, 2016 1 commit
-
-
- 11 Sep, 2016 2 commits
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- 08 Sep, 2016 1 commit
-
-
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>
-
- 15 Jul, 2016 1 commit
-
-
Oleg Grenrus authored
-
- 07 Jun, 2016 2 commits
-
-
Duncan Coutts authored
For ghc-8 fixes.
-
Duncan Coutts authored
-
- 28 May, 2016 7 commits
-
-
tuncer authored
1. Assign the var and export afterwards. 2. Use mktemp instead of home-grown solution. The mktemp flags we use are supported on FreeBSD, Solaris, OpenBSD, and Linux.
-
tuncer authored
The order of the 2>&1 and the redirect matters. The 2>&1 has to be last.
-
tuncer authored
Don't use variables in the printf format string. Use printf "..%s.." "$foo".
-
tuncer authored
This avoids the need to cd back.
-
tuncer authored
This catches if cd fails and also avoid the need to cd .. back.
-
tuncer authored
-
tuncer authored
Note that A && B || C is not if-then-else. C may run when A is true.
-
- 21 May, 2016 2 commits
- 20 May, 2016 1 commit
-
-
Mikhail Glushenkov authored
[ci skip]
-
- 17 May, 2016 3 commits
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
-
- 03 May, 2016 1 commit
-
-
Mikhail Glushenkov authored
Fixes #3390. (cherry picked from commit 6f3a3e59)
-
- 02 May, 2016 1 commit
-
-
An outstanding bug in GHC pre-8 causes haddock comments on GADT constructors to fail, which in turn prevents the bootstrapping process from finishing. This works around it by skipping haddocks for hackage-security. (cherry picked from commit 02a313e9)
-
- 26 Apr, 2016 1 commit
-
-
Mikhail Glushenkov authored
-
- 25 Apr, 2016 2 commits
-
-
Mikhail Glushenkov authored
- 23 Apr, 2016 3 commits
-
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
[ci skip]
-
(cherry picked from commit d73aa7cb)
-
- 15 Apr, 2016 1 commit
-
-
tuncer authored
-
- 27 Mar, 2016 1 commit
-
-
Mikhail Glushenkov authored
-
- 23 Feb, 2016 1 commit
-
-
Mikhail Glushenkov authored
-
- 14 Feb, 2016 1 commit
- 13 Feb, 2016 4 commits
-
-
Mikhail Glushenkov authored
Fixes #3139. Fixes #3133.
-
Mikhail Glushenkov authored
Otherwise the build will fail on GHC 8. See #3133.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
See #3133.
-
- 11 Feb, 2016 1 commit
-
-
Mikhail Glushenkov authored
Needed because cabal-install no longer compiles against Cabal-1.23.1 snapshot that came with GHC 8.
-
- 08 Feb, 2016 1 commit
-
- 07 Feb, 2016 1 commit
-