cpuid 0.2.1 → 0.2.1.2
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- System/Cpuid.hs +2/−2
- cpuid.cabal +1/−1
System/Cpuid.hs view
@@ -14,8 +14,8 @@ -- functions are provided, which perform some of the (really complicated and -- obstruse) decoding. ----- As an example, you may use the following program to measure the overhead--- of calling this function:+-- As an example, you may use the following program to determine some+-- characteristics of your machine: -- -- > module Main(main) where -- >
cpuid.cabal view
@@ -1,6 +1,6 @@ Cabal-version: >=1.2 Name: cpuid-Version: 0.2.1+Version: 0.2.1.2 License: GPL License-file: COPYING Author: Martin Grabmueller <martin@grabmueller.de>