summaryrefslogtreecommitdiff
path: root/compiler/utils/GraphPpr.hs
Commit message (Expand)AuthorAgeFilesLines
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-173/+0
* Modules: Types (#13009)Sylvain Henry2020-03-291-3/+3
* compiler: Qualify imports of Data.ListBen Gamari2020-02-081-1/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Upgrade UniqSet to a newtypeDavid Feuer2017-03-011-3/+3
* Document some codegen nondeterminismBartosz Nitka2016-07-071-2/+3
* Remove uniqSetToListBartosz Nitka2016-07-011-3/+6
* Remove redundant constraints in the compiler itself, found by -fwarn-redundan...Simon Peyton Jones2015-01-061-5/+4
* utils: detabify/dewhitespace GraphPprAustin Seipp2014-08-201-136/+128
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-1/+1
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Fix Haddock errors.Thomas Schilling2008-07-201-3/+3
* Make some more modules use LazyUniqFM instead of UniqFMIan Lynagh2008-02-071-1/+1
* Make some more modules use LazyUniqFM instead of UniqFMIan Lynagh2008-02-071-1/+1
* move generic graph-colouring code into utilSimon Marlow2007-09-121-0/+169