This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 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.
-
Duncan Coutts authored
It doesn't need to be right up near the top.
-
Duncan Coutts authored
in one of the fields exposed-modules, other-modules or main-is Add an extra note to the section on the Paths_pkgname module as the fact that it's automatically generated confuses people.
-
Duncan Coutts authored
-
Duncan Coutts authored
-
- May 20, 2008
-
-
Duncan Coutts authored
The user guide gets built in two different ways. There's a target in Cabal's the top level Makefile and there is also the stuff that the ghc build system uses. The ghc build system expects to copy in doc/fptools.css and then delete it again on make clean. We want a persistent copy so that we can make the docs when we've just got a standalone Cabal build tree, so that's now kept as doc/Cabal.css.
-
- May 11, 2008
-
-
Ian Lynagh authored
-
- May 09, 2008
-
-
Bertram Felgenhauer authored
-
- May 11, 2008
-
-
Ian Lynagh authored
-
- May 01, 2008
-
-
Joachim Breitner authored
-
- Mar 19, 2008
-
-
Duncan Coutts authored
-
- Mar 18, 2008
-
-
Duncan Coutts authored
Though they actually only take one dir each so perhaps they should be renamed to just --extra-include-dir and --extra-lib-dir. You can of course use them multiple times to get a list of dirs.
-
- Mar 03, 2008
-
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
-
- Feb 29, 2008
-
-
Duncan Coutts authored
-
- Feb 27, 2008
-
-
Duncan Coutts authored
-
- Feb 25, 2008
-
-
Duncan Coutts authored
-
- Feb 23, 2008
-
-
Duncan Coutts authored
-
- Feb 11, 2008
-
-
Duncan Coutts authored
-
- Feb 04, 2008
-
-
Duncan Coutts authored
-
- Jan 30, 2008
-
-
Duncan Coutts authored
and a couple other trivial tidyups
-
- Jan 24, 2008
-
-
Duncan Coutts authored
to $HOME/.cabal on unix and on WinXP: (not sure about vista) C:\Documents And Settings\user\Application Data\cabal
-
Duncan Coutts authored
Fixes ticket #11. Though the section could do with a bit more detail. It corresponds to what's on the wiki: http://hackage.haskell.org/trac/hackage/wiki/StableInterfaces
-