This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- May 28, 2023
-
-
Hécate Moonlight authored
-
- Feb 12, 2005
-
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
- Feb 11, 2005
-
-
Isaac Potoczny-Jones authored
-
- Feb 10, 2005
-
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
Very simple, backward-compatible change. Not sure how this never happened before, it would be a shame to have worked on the preprocessor interface and not exposed it to users at all. Took this chance to move the test preprocessor out of the PreProcessors module and into a test case.
-
- Feb 04, 2005
-
-
Isaac Potoczny-Jones authored
-
- Feb 03, 2005
-
-
Isaac Potoczny-Jones authored
-
- Jan 30, 2005
-
-
Isaac Potoczny-Jones authored
User hooks look like this now: preConf :: Args -> ConfigFlags -> IO HookedBuildInfo, postConf :: IO ExitCode, type HookedBuildInfo = (Maybe BuildInfo, [(String, BuildInfo)]) this means that only stuff in BuildInfo can be overridden. A buildinfo file now looks like this: name: libraryname include-dirs: /foo/bar, /bang/baz extensions: CPP executable: executablename extensions: TemplateHaskell
-
- Jan 18, 2005
-
-
Isaac Potoczny-Jones authored
if ./setup haddock is run w/ verbosity > 4, it adds -v to haddock command
-
- Jan 16, 2005
-
-
Isaac Potoczny-Jones authored
-
- Jan 14, 2005
-
-
Isaac Potoczny-Jones authored
Introduced new data type, Library which is symmetric to Executable. Removed "executable only" and "library only" fields from PackageDescription and moved them to their respective internal types. Moved Build-depends out of buildinfo and into the package description proper, as per Ross's suggestion. Cleaned up parser and test cases accordingly.
-
- Jan 13, 2005
-
-
Isaac Potoczny-Jones authored
-
- Jan 10, 2005
-
-
Isaac Potoczny-Jones authored
Now it searhes for *.cabal in the current directory, if it finds more than one, there's an error. For now, it allows Setup.description with a warning.
-
- Jan 08, 2005
-
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
- Jan 06, 2005
-
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
- Jan 03, 2005
-
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
- Dec 19, 2004
-
-
Isaac Potoczny-Jones authored
** Previously, "hidden-modules" had nothing to do with what gets built, and we had to compute "exposed-modules" with "modules `setdiff` hidden modules". At Ross Paterson's suggestion, I added Exposed-Modules. ** Since the executable sections also used the "modules" field, I changed it to use "executable-modules", and got rid of the ambiguous "modules" field. This should hopefully be more clear to everyone.
-
- Dec 07, 2004
-
-
Isaac Potoczny-Jones authored
-
- Nov 17, 2004
-
-
Isaac Potoczny-Jones authored
-
- Nov 03, 2004
-
-
Isaac Potoczny-Jones authored
-
- Oct 07, 2004
-
-
Isaac Potoczny-Jones authored
End-to-end preprocessing solution, including some test cases. One test case fails: right now, preprocessors just stick files into the current directory, then copies them into the destination. this is no good since we now won't be able to tell them from real source files the next time around. clean is broken here...
-
- Jul 30, 2004
-
-
Martin Sjögren authored
-
- Jul 26, 2004
-
-
Martin Sjögren authored
-
- Jul 25, 2004
-
-
Martin Sjögren authored
-
Isaac Potoczny-Jones authored
** removed hugs test case that never works ** added -DDEBUG flags to HUnit and A ** fixed A's description file up a bit ** tried to cut back on cascading failures in moduleTest
-
- Jul 23, 2004
-
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
- Jul 22, 2004
-
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Martin Sjögren authored
-
Isaac Potoczny-Jones authored
-