This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 17 Feb, 2017 3 commits
-
-
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
-
- 03 Feb, 2017 3 commits
-
-
For example, "setup.Cabal installed" forces cabal to use the installed Cabal library for all setup scripts.
-
For example, --constraint="any.pkg == 5" applies to "pkg" whether it is a top-level dependency, setup dependency, or build tool dependency. I also modified the UserConstraint type so that it is more similar to the PackageConstraint type, now that both types need to express similar "constraint scopes".
-
-
- 17 Jan, 2017 1 commit
-
-
[ci skip]
-
- 16 Jan, 2017 1 commit
-
-
kristenk authored
-
- 12 Jan, 2017 1 commit
-
-
kristenk authored
-
- 03 Jan, 2017 1 commit
-
-
Mikhail Glushenkov authored
[ci skip]
-
- 22 Dec, 2016 1 commit
-
-
Mikhail Glushenkov authored
[ci skip]
-
- 05 Dec, 2016 1 commit
-
-
ttuegel authored
-
- 16 Nov, 2016 1 commit
-
-
Herbert Valerio Riedel authored
[skip ci]
-
- 06 Oct, 2016 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- 10 Sep, 2016 2 commits
- 08 Sep, 2016 1 commit
-
-
Herbert Valerio Riedel authored
Specifically, this changes the default from `.../$pkgid.log` to `.../$compiler/$libname.log`, which avoids logfiles overwriting each other even though theyty refer to different artifacts, as well as aligning the format with `~/.cabal/store`'s structure. This addresses #3807
-
- 05 Aug, 2016 1 commit
-
-
Mikhail Glushenkov authored
[ci skip]
-
- 23 Jul, 2016 1 commit
-
-
bardur.arantsson authored
Removing 'topdown' as a resolver choice means that 'choose' is also obsolete and so it is removed too.
-
- 17 May, 2016 1 commit
-
-
Mikhail Glushenkov authored
[ci skip]
-
- 13 May, 2016 1 commit
-
-
Mikhail Glushenkov authored
-
- 11 May, 2016 2 commits
-
-
Mikhail Glushenkov authored
Fixes #1823.
-
Mikhail Glushenkov authored
-
- 08 May, 2016 2 commits
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- 04 May, 2016 1 commit
-
-
Mikhail Glushenkov authored
Pkg-config constraints are actually a part of 1.24.
-
- 10 Apr, 2016 1 commit
-
-
Duncan Coutts authored
-
- 17 Mar, 2016 1 commit
-
-
Mikhail Glushenkov authored
-
- 05 Mar, 2016 1 commit
-
-
Mikhail Glushenkov authored
-
- 04 Mar, 2016 3 commits
-
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
(cherry picked from commit 9cd1387fcd582a6131746e6742597069d54f905a)
-
- 23 Feb, 2016 1 commit
-
-
Mikhail Glushenkov authored
-
- 20 Feb, 2016 3 commits
-
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
Fixes #2756.
-
Mikhail Glushenkov authored
* Renamed to 'extra-framework-dirs'. * Added 'extra-framework-dirs' to ConfigFlags. * Added some checks. * Updated changelog.
-
- 19 Feb, 2016 1 commit
-
-
Mikhail Glushenkov authored
* Fix parsing of '--allow-newer=foo --allow-newer=bar'. * Fix './Setup configure --allow-newer --enable-{tests, benchmarks}'.
-
- 01 Feb, 2016 1 commit
-
-
Mikhail Glushenkov authored
-
- 31 Jan, 2016 1 commit
-
-
'cabal user-config init' creates a default config file if it doesn't already exist. If '--config-file' is set, then that file will be written. If '-f' or '--force' is used, then the file will be overwritten if it already exists.
-
- 28 Jan, 2016 1 commit
-
-
Mikhail Glushenkov authored
-