This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 18 Sep, 2016 3 commits
-
-
Mikhail Glushenkov authored
[ci skip]
-
Edward Z. Yang authored
Implement cabal new-build --only-dependencies
-
Edward Z. Yang authored
Add examples to help text for reconfigure command
-
- 17 Sep, 2016 2 commits
-
-
ttuegel authored
-
Mikhail Glushenkov authored
Revive GHC 7.4 support and revise the GHC compatibility window for the Cabal library
-
- 16 Sep, 2016 23 commits
-
-
Edward Z. Yang authored
Even more docs beautification
-
Leonid Onokhov authored
[ci skip]
-
Leonid Onokhov authored
[ci skip]
-
Leonid Onokhov authored
Is now rendered as object description, and can have attached meta. [ci skip]
-
Leonid Onokhov authored
And also how reference page is build [ci skip]
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
[ci skip]
-
Leonid Onokhov authored
[ci skip]
-
Leonid Onokhov authored
Reference index shows fields and flags for project.cabal and fields for pkgname.cabal [ci skip]
-
Leonid Onokhov authored
And converted nix-local-build.rst to use it [ci skip]
-
Leonid Onokhov authored
[ci skip]
-
Leonid Onokhov authored
[ci skip]
-
Leonid Onokhov authored
[ci skip]
-
Leonid Onokhov authored
It features simple `pkg-section` directive for marking sections for which subsequent `pkg-field` fields are defined. Needed to disambiguate fields such as `type` or `main-is`. Converted most of `developing-packages.rst` to use new directives Future work: * Add directives for describing project.local, make it reference relevant cabal arguments * Add more meta, like since or deprecated which can be rendered in link titles and index. * Add "quick reference" indices for cabal args, package.cabal and project.local fields. Reference these from sidebar. * Using "since" and "deprectated field it is possible to create "what's new" index [ci skip]
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
7.2.2 was released on Nov 11 2011, so we don't have to support it in the 2.0 release.
-
Mikhail Glushenkov authored
-
bardur.arantsson authored
-
bardur.arantsson authored
-
Mikhail Glushenkov authored
This reverts commit 6913400f.
-
Mikhail Glushenkov authored
This reverts commit 797d6a4a.
-
Mikhail Glushenkov authored
This reverts commit c9650198.
-
Mikhail Glushenkov authored
This reverts commit 7f061f5d.
-
- 15 Sep, 2016 4 commits
-
-
Edward Z. Yang authored
Correctly propagate profiling for ALL library dependencies.
-
Edward Z. Yang authored
WGET doesn't support range requests, so we should ignore them when using it
-
Edward Z. Yang authored
Use security by default for central hackage repo
-
omefire authored
BugFix #3795: Ignore HTTP range requests when using 'wget', as it doesn't support them and would instead fail.
-
- 14 Sep, 2016 3 commits
-
-
Duncan Coutts authored
Just as we don't store the package index in the cache. That said, in future once we're using the secure repo routinely it'd be ok to occasionally cache the index if we wanted, to save downloads. But since it does change frequently, we wouldn't want to update the cache frequently.
-
Duncan Coutts authored
Using withFile rather than readFile for reading temp files in the utils that invoke curl and wget. Add a dep on deepseq. This is not new since Cabal also depends on it.
-
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.
-
- 13 Sep, 2016 5 commits
-
-
Duncan Coutts authored
Change the default from opt-in to opt-out, so if you're using the default config, ie no "secure: True/False" field set, then we now default to True rather than to False. So users can still opt-out by setting "secure: False" in the hackage repo section, like: repository hackage.haskell.org url: http://hackage.haskell.org/ secure: False
-
Edward Z. Yang authored
Previously, we were only doing library dependencies of the libraries, which is wrong if we try to profile an executable. Fixes #3827. CC @grayjay. Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Mikhail Glushenkov authored
Make docs less noisy and referenceable
-
Leonid Onokhov authored
Now unix and windows paths switched columns. Windows paths use %APPDATA% and %PROGRAMFILES% env vars. [ci skip]
-
Leonid Onokhov authored
Makes installing-packages.rst less noisy by replacing most of monospace markup with `.. option::`. This makes it possible to reference options from other parts of docs and adds them to index. Index is no longer empty so it is added to nav menu via template override in _template folder [ci skip]
-