67
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add gccProgram on Windows we have to find ghc's private copy of gcc.exe
dcoutts
as Duncan Coutts
More... almost 16 years ago
Add PackageSet.topologicalOrder and reverseTopologicalOrder with type :: PackageFixedDeps pkg => PackageSet pkg -> [pkg]
dcoutts
as Duncan Coutts
More... almost 16 years ago
Change some PackageSet functions to return the package rather than the id dependencyGraph and reverseDependencyClosure now return the full package rather than just the PackageIdentifier
dcoutts
as Duncan Coutts
More... almost 16 years ago
Fix warnings and add a comment explaining why we pass -x to strip on OS X
igloo
as Ian Lynagh
More... almost 16 years ago
Pass -x to strip on OSX
dcoutts
as Duncan Coutts
More... almost 16 years ago
Convert from PackageIndex to PackageSet Turns out the feature to do case-insensitive lookups was only needed in cabal-install (and only in one little part) and elsewhere it causes problems. So use PackageSet instead.
dcoutts
as Duncan Coutts
More... almost 16 years ago
Generate expanded makefile rules directly, rather than using $(eval ...) We used to do this with $(eval ...) and $(call ...) in the Makefile, but make 3.79.1 (which is what comes with msys) doesn't understand $(eval ...), so now we just stick the expanded loop directly into the Makefile we generate.
igloo
as Ian Lynagh
More... almost 16 years ago
Put GHC's programArgs in GHC_OPTS when making a Makefile
igloo
as Ian Lynagh
More... almost 16 years ago
Pass -package-conf foo when using GHC as CC
igloo
as Ian Lynagh
More... almost 16 years ago
If we are using ghc as hsc2hs's cc, then tell it where package.conf is if we have been told to use a specific one with --package-db
igloo
as Ian Lynagh
More... almost 16 years ago
Fix installing datafiles If datadir is foo and the datafile is bar then we should install it to $datadir/bar, not $datadir/foo/bar.
igloo
as Ian Lynagh
More... almost 16 years ago
Fix the "Setup makefile" rules for C files
igloo
as Ian Lynagh
More... almost 16 years ago
If install is given a distPref, pass it on to copy and register
igloo
as Ian Lynagh
More... almost 16 years ago
derive Eq for ConfiguredProgram a request from Saizan
dcoutts
as Duncan Coutts
More... almost 16 years ago
Simplify ghc version test slightly
dcoutts
as Duncan Coutts
More... almost 16 years ago
Add a hack to copy .hs-boot files into dist/... When a preprocessor generates a .hs file we need to put the .hs-boot file next to it so that GHC can find it.
igloo
as Ian Lynagh
More... almost 16 years ago
Teach "Setup makefile" how to cope with multiple hs-source-dirs
igloo
as Ian Lynagh
More... almost 16 years ago
Fix some whitespace in Makefile.in
igloo
as Ian Lynagh
More... almost 16 years ago
In Makefile.in, put all the rules that mentions srcdir together
igloo
as Ian Lynagh
More... almost 16 years ago
Correct the order of args given by --PROG-options They were getting reversed. Problem located by Igloo.
dcoutts
as Duncan Coutts
More... almost 16 years ago
Remove the need for a compat Data.Map module Stop using Map.alter, use the same solution as the PackageIndex module.
dcoutts
as Duncan Coutts
More... almost 16 years ago
fix #if __GLASGOW_HASKELL__ test More... almost 16 years ago
help nhc98's import overlap resolver More... almost 16 years ago
massage a pattern-with-context around nhc98's typechecker More... almost 16 years ago
Fix haddocking (with old haddocks?)
igloo
as Ian Lynagh
More... almost 16 years ago
Fix using specified package databases If we are using a specified package database, we need to tell GHC what it is when building
igloo
as Ian Lynagh
More... almost 16 years ago
Fix the build with GHC 6.4.2: Data.Map.alter doesn't exist
igloo
as Ian Lynagh
More... almost 16 years ago
Allow installing executables in-place, and using shell script wrappers GHC-only currently.
igloo
as Ian Lynagh
More... almost 16 years ago
haddock typo
igloo
as Ian Lynagh
More... almost 16 years ago
Fix a haddock typo
igloo
as Ian Lynagh
More... almost 16 years ago