summaryrefslogtreecommitdiff
path: root/compiler/utils/Fingerprint.hsc
Commit message (Expand)AuthorAgeFilesLines
* Delete __GLASGOW_HASKELL__ ifdefs for stage0 < 7.8Thomas Miedema2015-07-211-38/+1
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Fix validation failure in Fingerprint.hscAustin Seipp2013-08-231-1/+1
* Fingerprint.getFileHash: Fix not reading file at all.Niklas Hambüchen2013-08-231-1/+8
* Fingerprint: Fix comment typoNiklas Hambüchen2013-08-231-1/+1
* Remove trailing whitespace from Fingerprint.hscAustin Seipp2013-08-221-1/+1
* Fix -Werror failure in Fingerprint.hscAustin Seipp2013-08-221-0/+3
* Fix interface hashes including time stamp of dependent files.Niklas Hambüchen2013-08-221-2/+29
* Set the way to 'dynamic' when running GHCi if GHCi is dynamically linkedIan Lynagh2013-03-151-0/+1
* De-orphan the Outputable Fingerprint instanceIan Lynagh2012-08-051-7/+0
* GHC 7.4 is now required for building HEADIan Lynagh2012-07-201-64/+0
* Remove a workaround for GHC 6.4.2Ian Lynagh2012-07-161-4/+1
* Move -fno-warn-orphan flag into individual modulesIan Lynagh2012-07-151-0/+1
* Sync the typeable fingerprinting with baseIan Lynagh2011-07-221-2/+18
* omit the local MD5 implementation if we can get it fromSimon Marlow2011-07-121-15/+24
* Fix an unused import warningIan Lynagh2009-07-071-1/+0
* FIX BUILD with GHC 6.4.xSimon Marlow2008-05-291-1/+4
* Use MD5 checksums for recompilation checking (fixes #1372, #1959)Simon Marlow2008-05-281-0/+77