This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 10 Dec, 2017 1 commit
-
-
Herbert Valerio Riedel authored
This represents an incremental improvement over the current state. However, there's more work to be done in terms of restructuring/reordering to present the information in an easier to digest as well as apply the new facilities effectively. This future work will be tracked in #4944. [skip ci]
-
- 07 Dec, 2017 2 commits
-
-
Oleg Grenrus authored
Foreign lib names not parsed by readp
-
Mikhail Glushenkov authored
travis-ci: bootstrap on 8.2.2 as well
-
- 06 Dec, 2017 4 commits
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Skip the Haddock step on macOS.
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
- 05 Dec, 2017 1 commit
-
-
Mikhail Glushenkov authored
I don't think it ever uncovered any bugs that the Linux bot missed. This should speed up the build a little.
-
- 04 Dec, 2017 12 commits
-
-
tuncer authored
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
Initial feature add: create both Library and Executable on cabal init
-
Mikhail Glushenkov authored
Modify replacement properties of `encodeStringUtf8`/`decodeStringUtf8`
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
Do not create folders when failing on no .project or .cabal file
-
- 03 Dec, 2017 5 commits
-
-
Herbert Valerio Riedel authored
This changes `decodeStringUtf8` to not replace U+FFFE and U+FFFF into U+FFFD, while `encodeStringUtf8` now replaces surrogate pairs (i.e. code-points U+D800 through U+DFFF which are invalid in UTF-8) with U+FFFD. Consequently, `decodeStringUtf8 . encodeStringUtf8` can now properly round-trip all scalar code-points (i.e. [U+0000..U+D7FF] ∪ [U+E000..U+10FFFF]). This should finally address #4644
-
Herbert Valerio Riedel authored
-
Mikhail Glushenkov authored
Restore a few integration test comments and new-build package arguments.
-
Herbert Valerio Riedel authored
-
kristenk authored
#4909 changed the cabal-version of the package under test, so this commit adjusts the versions of the Cabal libraries in the test to be consistent with the cabal-version.
-
- 02 Dec, 2017 6 commits
-
-
kristenk authored
Some comments were lost in the migration to the new integration test suite.
-
Mikhail Glushenkov authored
Don't pass `other-modules` to stub executable for detailed-0.9
-
f-a authored
-
Herbert Valerio Riedel authored
The stub executable is linked against the test-library which already contains all `other-modules`, so we need to remove those from the stub-exe's build-info to avoid build errors due to duplication. This addresses #4918
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- 29 Nov, 2017 2 commits
-
-
Chang Yang Jiao authored
-
Chang Yang Jiao authored
-
- 28 Nov, 2017 4 commits
-
-
Thomas Tuegel authored
D.S.Program.Hpc: Use relative .mix search paths
-
Chang Yang Jiao authored
-
Oleg Grenrus authored
Turn gen-extra-source-files into proper package
-
Thomas Tuegel authored
Prior to GHC 8.0, hpc requires relative search paths. We now pass relative paths in all cases; we do not want to separately condition on GHC and HPC versions.
-
- 27 Nov, 2017 2 commits
-
-
Oleg Grenrus authored
-
Mikhail Glushenkov authored
Have the solver reject packages with a too-new/unsupported spec-version
-
- 26 Nov, 2017 1 commit
-
-
Oleg Grenrus authored
Relax bounds for aeson and optparse-applicative in test-suite
-