This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Dec 04, 2010
-
-
ttuegel authored
-
- Nov 18, 2010
-
-
Duncan Coutts authored
-
- Dec 18, 2010
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- Dec 12, 2010
-
-
Ian Lynagh authored
Needed for the GHC build system
-
- Nov 24, 2010
-
-
Ian Lynagh authored
-
- Nov 05, 2010
-
-
Duncan Coutts authored
-
- Oct 26, 2010
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
It now works with Extensions rather than KnownExtensions
-
- Oct 25, 2010
-
-
Ian Lynagh authored
The knownExtensions list had already got out of sync with the datatype. Now we use an Enum instance to get the list of constructors. Also, having the actual extensions in a separate type than UnknownExtension and EnableExtension makes it easier to add extension disabling support later.
-
Duncan Coutts authored
Should live in the ghc testsuite but no harm having it here too.
-
- Oct 20, 2010
-
-
Ian Lynagh authored
Add Default-Language field, and change Extensions to Default-Extensions.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- Oct 13, 2010
-
-
Simon Marlow authored
Something in the Windows build was complaining about the lack of a final newline.
-
- Oct 20, 2010
-
-
Duncan Coutts authored
-
- Oct 19, 2010
-
-
Duncan Coutts authored
Make it clear it is a program we are talking about, not a library.
-
- Oct 18, 2010
-
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
Incidentally, should fixe ticket #43.
-
Duncan Coutts authored
-
Duncan Coutts authored
New fields default-language and other-languages for specifying the base languages for the package, e.g. Haskell98, Haskell2010 New fields default-extensions and other-extensions for the language extensions. Separate from the old extensions field. The separation lets us express the difference between declaring to the outside world that a package uses certain languages or extensions and whether certain languages or extensions should be applied to all modules in the package component.
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
-
- Oct 11, 2010
-
-
jutaro authored
-
- Sep 29, 2010
- Jul 27, 2010
-
-
Duncan Coutts authored
-
- Jun 22, 2010
-
-
Duncan Coutts authored
-
- Oct 17, 2010
-
-
Duncan Coutts authored
-
Duncan Coutts authored
-