packages feed

cpuid 0.2.2 → 0.2.2.1

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

cpuid.cabal view
@@ -1,5 +1,5 @@ Name:               cpuid-Version:            0.2.2+Version:            0.2.2.1 License:            GPL License-file:       COPYING Author:             Martin Grabmueller <martin@grabmueller.de>@@ -45,7 +45,7 @@   GHC-Options:        -Wall  Executable cpuid-test-  If !(flag(buildExamples) && arch(i386))+  If !(flag(buildExamples) && (arch(i386) || arch(x86_64)))     Buildable: False   Main-Is:            tests/TestCpuid.hs   C-sources:          cbits/cpuid.c