summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a --print-docdir flagIan Lynagh2007-08-314-7/+38
* Follow Cabal module movements in installPackageIan Lynagh2007-08-311-2/+2
* Follow Cabal's move Distribution.Program -> Distribution.Simple.ProgramIan Lynagh2007-08-312-3/+3
* Don't use the --docdir etc that autoconf providesIan Lynagh2007-08-311-5/+15
* Don't try to copy haddock index files if we haven't built the docs.judah.jacobson@gmail.com2007-08-311-0/+2
* Use cp -R instead of cp -a (it's more portable).judah.jacobson@gmail.com2007-08-311-3/+3
* Fix installing the libraries when there is no DESTDIRIan Lynagh2007-08-312-2/+3
* Make the doc index page obey DESTDIRIan Lynagh2007-08-311-2/+2
* Make rts docs obey DESTDIRIan Lynagh2007-08-311-1/+1
* Make the manpage obey DESTDIRIan Lynagh2007-08-311-3/+3
* Obey DESTDIR when installing library docsIan Lynagh2007-08-312-12/+14
* typo in DLL codeSimon Marlow2007-08-301-1/+1
* Windows: give a better error message when running out of memorySimon Marlow2007-08-301-2/+7
* Remove NDP-related stuff from PrelNamesRoman Leshchinskiy2007-08-316-159/+61
* Vectorisation of enumeration typesRoman Leshchinskiy2007-08-312-3/+86
* Number data constructors from 0 when vectorisingRoman Leshchinskiy2007-08-311-1/+1
* Rename functionsRoman Leshchinskiy2007-08-311-12/+12
* RefactoringRoman Leshchinskiy2007-08-312-36/+43
* RefactoringRoman Leshchinskiy2007-08-311-21/+27
* Fix vectorisation of nullary data constructorsRoman Leshchinskiy2007-08-313-21/+75
* Do not unnecessarily wrap array componentsRoman Leshchinskiy2007-08-301-10/+51
* Remove dead codeRoman Leshchinskiy2007-08-301-13/+0
* Fix vectorisation of unary data constructorsRoman Leshchinskiy2007-08-301-1/+6
* Fix vectorisation of sum type constructorsRoman Leshchinskiy2007-08-304-1/+18
* Track changes to package ndp (use PArray_Int# instead of UArr Int)Roman Leshchinskiy2007-08-303-9/+9
* Find the correct array type for primitive tyconsRoman Leshchinskiy2007-08-303-5/+30
* Add code for looking up PA methods of primitive TyConsRoman Leshchinskiy2007-08-304-10/+48
* Delete dead codeRoman Leshchinskiy2007-08-291-75/+2
* Rewrite vectorisation of product DataCon workersRoman Leshchinskiy2007-08-291-17/+85
* Rewrite generation of PA dictionariesRoman Leshchinskiy2007-08-291-321/+275
* Complete PA dictionary generation for product typesRoman Leshchinskiy2007-08-243-59/+136
* Simplify generation of PR dictionaries for productsRoman Leshchinskiy2007-08-242-133/+190
* Remove unused vectorisation built-inRoman Leshchinskiy2007-08-242-8/+2
* Adapt PArray instance generation to new schemeRoman Leshchinskiy2007-08-242-9/+27
* Add UArr built-inRoman Leshchinskiy2007-08-242-1/+8
* Modify generation of PR dictionaries for new schemeRoman Leshchinskiy2007-08-242-35/+33
* RefactoringRoman Leshchinskiy2007-08-242-39/+36
* Remove dead codeRoman Leshchinskiy2007-08-241-34/+1
* Fix buildFromPReprRoman Leshchinskiy2007-08-241-11/+49
* Move codeRoman Leshchinskiy2007-08-241-19/+18
* Move codeRoman Leshchinskiy2007-08-242-35/+30
* Delete dead codeRoman Leshchinskiy2007-08-241-23/+0
* Change buildToPRepr to work with the new representation schemeRoman Leshchinskiy2007-08-242-41/+40
* Remove Embed and related stuff from vectorisationRoman Leshchinskiy2007-08-243-61/+27
* Encode generic representation of vectorised TyCons by a data typeRoman Leshchinskiy2007-08-242-3/+55
* Remove dead codeRoman Leshchinskiy2007-08-231-92/+0
* Conversions to/from generic array representation (not finished yet)Roman Leshchinskiy2007-08-232-7/+101
* Use n-ary sums and products for NDP's generic representationRoman Leshchinskiy2007-08-234-112/+132
* Fix where all the documentation gets installedIan Lynagh2007-08-306-44/+50
* Added decidability check for type instancesManuel M T Chakravarty2007-08-303-41/+115