cpuid 0.2 → 0.2.1
raw patch · 2 files changed
+7/−7 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- System/Cpuid.hs +2/−2
- cpuid.cabal +5/−5
System/Cpuid.hs view
@@ -2,10 +2,10 @@ -------------------------------------------------------------------------- -- | -- Module: System.Cpuid--- Copyright: (c) 2008 Martin Grabmueller+-- Copyright: (c) 2008,2010 Martin Grabmueller -- License: GPL -- --- Maintainer: magr@cs.tu-berlin.de+-- Maintainer: martin@grabmueller.de -- Stability: provisional -- Portability: non-portable (requires IA-32 processor) --
cpuid.cabal view
@@ -1,11 +1,11 @@ Cabal-version: >=1.2 Name: cpuid-Version: 0.2+Version: 0.2.1 License: GPL License-file: COPYING-Author: Martin Grabmueller <magr@cs.tu-berlin.de>-Maintainer: magr@cs.tu-berlin.de-Homepage: http://uebb.cs.tu-berlin.de/~magr/projects/cpuid/doc/+Author: Martin Grabmueller <martin@grabmueller.de>+Maintainer: martin@grabmueller.de+Homepage: http://code.haskell.org/cpuid Category: Foreign binding Synopsis: Binding for the cpuid machine instruction on x86 compatible processors@@ -21,7 +21,7 @@ tests/TestCpuid.hs Library- Build-depends: base+ Build-depends: base >= 4 && < 5 Exposed-Modules: System.Cpuid Extensions: ForeignFunctionInterface C-sources: cbits/cpuid.c