This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Sep 04, 2016
-
-
Mikhail Glushenkov authored
[ci skip]
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Sep 03, 2016
-
-
Duncan Coutts authored
Include program args in PackageHash
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Edward Z. Yang authored
Fix `simpleUsage` example in docs.
-
erantapaa authored
-
- Sep 02, 2016
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Edward Z. Yang authored
Docs for nix-local-build
-
Andrzej Rybczak authored
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Sep 01, 2016
-
-
Edward Z. Yang authored
Update developing-packages.markdown
-
Jacco Krijnen authored
Document that any hyphened section may not consist of only numbers
-
Jacco Krijnen authored
Document illegal package names ending in a hyphen and numbers
-
Herbert Valerio Riedel authored
This implements a new syntactic sugar: The version range operator `^>=` which is equivalent to `>=` intersected with an automatically inferred major upper bound. This new syntax is only allowed for `cabal-version: >=2.0`, and allows to describe the most common use of version bounds more conveniently: build-depends: foo ^>= 1.2.3.4, bar ^>= 1 The declaration above is exactly equivalent to build-depends: foo >= 1.2.3.4 && < 1.3, bar >= 1 && < 1.1 This also helps with the issue of the wildcard operator having the surprising effect that e.g. `== 1.0.*` does not include the single digit version `1`. The `^`-symbol was chosen because it can serve as a mnemonic when the `>` sign is rotated and interpreted as "less than ceiling" Moreover, `^` appears to become a quasi-standard to denote morally equivalent operator that way in other language ecosystems which similiar to Haskell have adopted semantic versioning: - Node: https://nodesource.com/blog/semver-tilde-and-caret/ - Bower: https://bower.io/docs/api/#install - PHP: https://getcomposer.org/doc/articles/versions.md#caret Ruby, on the other hand, uses a Tilde operator (`~>`) for that purpose (but with a less robust semantic): - https://blog.codeship.com/optimists-guide-pessimistic-library-versioning And Python is currently planing to use an `~=` operator: - https://www.python.org/dev/peps/pep-0440/#compatible-release
-
ttuegel authored
stack.yaml/nix: add required build and test tools
-
ttuegel authored
Respect GHC_PACKAGE_PATH
-
ttuegel authored
Fixes #3728. Fixes #2711.
-
ttuegel authored
-
ttuegel authored
-
- Aug 31, 2016
-
-
bardur.arantsson authored
Fix #3391: build all packages if no target is specified.
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Aug 30, 2016
-
-
Edward Z. Yang authored
Fix typo in haddock comment
-
Alan Zimmerman authored
-
bardur.arantsson authored
Stop recommending detailed-0.9, no one actually believes that.
-
- Aug 29, 2016
-
-
Ryan Scott authored
This was overlooked in a8a121ea
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Aug 28, 2016
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Edward Z. Yang authored
Fix #3319: Give proper CommandUI to the Nix-local build commands.
-
Edward Z. Yang authored
Set LC_ALL=C for integration-tests, partial workaround for #3326.
-
- Aug 25, 2016
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Edward Z. Yang authored
Give an explicit message when SIGSEGV happens.
-
- Aug 24, 2016
-
-
Edward Z. Yang authored
Fixes #767. Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Aug 23, 2016
-
-
Edward Z. Yang authored
Fix #3335 by not passing build arguments if not supported.
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-