summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Fingerprint.hs
Commit message (Expand)AuthorAgeFilesLines
* Move `when` to GHC.BaseHerbert Valerio Riedel2014-09-181-1/+0
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-2/+0
* Add a few missing `{-# LANGUAGE CPP #-}`sHerbert Valerio Riedel2013-09-281-1/+2
* Add Haddock `/Since: 4.7.0.0/` comments to new symbolsHerbert Valerio Riedel2013-09-211-0/+2
* Remove trailing whitespace from GHC.Fingerprint.*Austin Seipp2013-08-221-3/+2
* Fix -Werror failure in GHC.FingerprintAustin Seipp2013-08-221-2/+0
* Fingerprint: Add getFileHashNiklas Hambüchen2013-08-221-1/+40
* Add an __hsbase_ prefix to the MD5 symbols (#7914)Simon Marlow2013-05-211-3/+3
* Update base for latest Safe Haskell.David Terei2011-10-251-1/+3
* Update base for new Safe Haskell designDavid Terei2011-10-251-0/+1
* Sync the typeable fingerprinting with GHCIan Lynagh2011-07-221-4/+10
* fix warnings (including moving things around to avoid orphanSimon Marlow2011-07-111-32/+4
* Typeable overhaul (see #5275)Simon Marlow2011-07-111-0/+97