summaryrefslogtreecommitdiffhomepage
path: root/src/Plugins/Monitors/CoreCommon.hs
AgeCommit message (Collapse)Author
2012-10-08Fixes for warnings reported in github issue #71Jose Antonio Ortega Ruiz
2012-05-05Duplicate instance definition (github issue #45)Jose Antonio Ortega Ruiz
2012-05-05LintingJose Antonio Ortega Ruiz
2011-11-03fix for ghc6Martin Perner
added applicative instance for ReaderT which was added in GHC7
2011-08-08Cope with new file system layout of CPU temperature sensor readingsNorbert Zeh
Either due to a change in lm_sensors or in the kernel itself, the core temperature readings are no longer found in one directory per core but in multiple files in the same directory. What's worse is that the file names have little to do with the actual core number. This patch addresses this and is flexible enough to handle the old layout and the new one.
2010-12-21Haskell sources moved to src/ to unclutter toplevelJose Antonio Ortega Ruiz