packages feed

cpuinfo 0.1.0.2 → 0.1.0.3

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~bytestringdep ~deepseqPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring, deepseq

API changes (from Hackage documentation)

Files

cpuinfo.cabal view
@@ -1,5 +1,5 @@ name:                cpuinfo-version:             0.1.0.2+version:             0.1.0.3 synopsis:            Haskell Library for Checking CPU Information description:         Haskell Library for Checking CPU Information homepage:            https://github.com/TravisWhitaker/cpuinfo@@ -14,11 +14,11 @@ cabal-version:       >=1.10  library-   exposed-modules:     System.CPU+  exposed-modules:     System.CPU   build-depends:       base >=4.8 && <5.0                      , attoparsec >=0.13 && <0.15-                     , bytestring >=0.10 && <0.12-                     , deepseq >=1.4 && <1.5+                     , bytestring >=0.10 && <0.13+                     , deepseq >=1.4 && <1.6   hs-source-dirs:      src   ghc-options:         -Wall                        -fwarn-identities