This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 05 Sep, 2016 1 commit
-
-
kristenk authored
-
- 04 Sep, 2016 9 commits
-
-
novadenizen authored
stubMain now catches exceptions
-
Edward Z. Yang authored
Fix #3752, don't specify compiler/optimization twice.
-
Mikhail Glushenkov authored
[ci skip]
-
novadenizen authored
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
novadenizen authored
Old versions of Distribution.Compat.Prelude export a catch that conflicts with Control.Exception.catch. I didn't see any other hiding clauses in the import here, so I just qualified the Control.Exception import.
-
novadenizen authored
-
novadenizen authored
-
novadenizen authored
-
- 03 Sep, 2016 6 commits
-
-
novadenizen authored
-
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
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Edward Z. Yang authored
Fix `simpleUsage` example in docs.
-
erantapaa authored
-
- 02 Sep, 2016 6 commits
-
-
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>
-
- 01 Sep, 2016 9 commits
-
-
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
-
- 31 Aug, 2016 2 commits
-
-
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>
-
- 30 Aug, 2016 3 commits
-
-
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.
-
- 29 Aug, 2016 2 commits
-
-
Ryan Scott authored
This was overlooked in a8a121ea
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- 28 Aug, 2016 2 commits
-
-
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>
-