This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 03 Sep, 2013 1 commit
-
-
Herbert Valerio Riedel authored
-
- 02 Sep, 2013 1 commit
-
-
Mikhail Glushenkov authored
-
- 01 Sep, 2013 1 commit
-
-
Mikhail Glushenkov authored
Test suite: canonicalize binary path before execution
-
- 31 Aug, 2013 7 commits
-
-
refold authored
-
Blaisorblade authored
-
-
ttuegel authored
Build selected test suites and benchmarks only
-
ttuegel authored
Issue #1451. Passes the extra arguments to 'cabal test' or 'cabal bench' to the build phase so that only the requested test suites or benchmarks are built.
-
Duncan Coutts authored
Added known extensions: OverloadedLists, EmptyCase, AutoDeriveTypeable, ...
-
- 30 Aug, 2013 9 commits
-
-
Mikhail Glushenkov authored
-
-
-
-
patrick_premont authored
Added known extensions: OverloadedLists, EmptyCase, AutoDeriveTypeable, NegativeLiterals, NumDecimals, NullaryTypeClasses
-
Mikhail Glushenkov authored
Fixes #1450.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
See #1447.
-
- 29 Aug, 2013 3 commits
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Some people have old snapshots of 1.17 installed, which causes build failures.
-
StephenBlackheath authored
platform, rather than assuming HOST == BUILD. This fixes things for cross compiling.
-
- 27 Aug, 2013 2 commits
-
-
Mikhail Glushenkov authored
Comparison was using (>) instead of (>=). Bug introduced in 272a5c2c. Fixes #1443.
-
tibbe authored
This means that the package tests will pick up whatever GHC was passed on the cabal configure --enable-tests -w some-ghc command line.
-
- 26 Aug, 2013 12 commits
-
-
Mikhail Glushenkov authored
Ignore 'ghc-options' when parsing 'ghc --info' output.
-
Mikhail Glushenkov authored
Pass linker options when loading *libraries* in GHCi.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Fixes #1438.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Fixes #1439. See also #1435, which fixed this for executables.
-
tibbe authored
Conflicts: Cabal/Cabal.cabal
-
tibbe authored
-
tibbe authored
-
https://github.com/hvr/cabaltibbe authored
-
- 25 Aug, 2013 4 commits
-
-
Mikhail Glushenkov authored
-
Herbert Valerio Riedel authored
The flag `-outputdir` sets `-odir`, `-hidir`, `-stubdir`, and `-dumpdir`. Using `-outputdir` has the benefit of redirecting all output files with only one flag to a temporary directory. Cabal currently only sets the first three but not the `-dumpdir` flag for compiling Haskell modules, which clutters the top-level package directory and sometimes dump files get overwritten if their names collide for different build targets. This minimal commit merely adds the `ghcOptOutputDir` flag to the data structures and enables its use for the compilation of Haskell modules. A later commit may remove the use of the now redundant `ghcOptStubDir` and `ghcOptHiDir` flags in favor of the new `ghcOptOutputDir` flag. The flag `-outputdir` is available since GHC 6.10; see also ghc/ghc@bb074cb7 and http://ghc.haskell.org/trac/ghc/ticket/2295
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-