This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Sep 10, 2020
-
-
Oleg Grenrus authored
- Resolve #6684: - Resolve #6813: Update (and correct) source-repository-package documentation
-
- Sep 03, 2020
-
-
(cherry picked from commit 7dfe60e9)
-
- Jul 21, 2020
-
-
Oleg Grenrus authored
-
- Jul 20, 2020
-
-
Oleg Grenrus authored
-
- Jul 19, 2020
-
-
Jan Hrček authored
-
- Jul 16, 2020
-
-
Oleg Grenrus authored
-
- Sep 05, 2016
-
-
Max Amanshauser authored
-
Max Amanshauser authored
-
Max Amanshauser authored
-
Max Amanshauser authored
-
Herbert Valerio Riedel authored
This is the result of using `pandoc` with default settings to convert the existing `.markdown` files to `.rst` files.
-
- Jun 19, 2011
-
-
Duncan Coutts authored
At the top level we now have cabal/ and cabal-install/
-
- Mar 28, 2011
-
-
basvandijk authored
-
- Jan 30, 2011
-
-
Duncan Coutts authored
The chapter on installing packages still needs to be rewritten to describe the cabal tool, rather than runhaskell Setup.hs
-
- Jan 09, 2011
-
-
ttuegel authored
-
- Dec 04, 2010
-
-
ttuegel authored
-
- Oct 10, 2010
-
-
Duncan Coutts authored
Not woth keeping it, none of it can sensibly be reused. The GHC devs will need to add something new for the markdown user guide.
-
- Aug 11, 2010
-
-
ttuegel authored
Ticket #215 (Overhaul support for packages' tests).
-
- Oct 10, 2010
-
-
Duncan Coutts authored
-
- Sep 26, 2010
-
-
Ben Millwood authored
-
- Jun 11, 2010
-
-
Edward Z. Yang authored
-
- Apr 11, 2010
-
-
Duncan Coutts authored
Plan is to switch over from docbook xml.
-
- Mar 17, 2010
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- Jun 14, 2009
-
-
Duncan Coutts authored
-
Duncan Coutts authored
-
- Jun 10, 2009
-
-
byorgey authored
-
- Apr 04, 2009
-
-
Ian Lynagh authored
-
- Mar 29, 2009
-
-
Ian Lynagh authored
-
- Mar 24, 2009
-
-
Ian Lynagh authored
-
- Feb 19, 2009
-
-
Duncan Coutts authored
It is not default. Looks like it was a copy and paste error.
-
- Feb 12, 2009
-
-
Samuel Bronson authored
-
- Jan 21, 2009
-
-
Joachim Breitner authored
-
- Oct 01, 2008
-
-
Duncan Coutts authored
-
Duncan Coutts authored
-
- Aug 11, 2008
-
-
Simon Marlow authored
Now when using CPP you get MIN_VERSION_<package>(A,B,C) for each <package> in build-depends, which is true if the version of <package> in use is >= A.B.C, using the normal ordering on version numbers. This is done by auto-generating a header file dist/build/autogen/cabal_macros.h, and passing a -include flag when running CPP.
-
- Aug 10, 2008
-
-
Ian Lynagh authored
-
- Jul 31, 2008
-
-
Duncan Coutts authored
-
- Jul 29, 2008
-
-
Duncan Coutts authored
Since it is shared between libs and exes. Extend the documentation to describe the syntax of version constraints, including the new version range syntax "build-depends: foo ==1.2.*".
-
Duncan Coutts authored
Change to runhaskell Setup or cabal-install as appropriate.
-