packages feed

cpuinfo-0.1.0.3: cpuinfo.cabal

name:                cpuinfo
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
license:             MIT
license-file:        LICENSE
author:              Travis Whitaker
maintainer:          pi.boy.travis@gmail.com
copyright:           Travis Whitaker 2016
category:            System
build-type:          Simple
extra-source-files:  ChangeLog.md, README.md
cabal-version:       >=1.10

library
  exposed-modules:     System.CPU
  build-depends:       base >=4.8 && <5.0
                     , attoparsec >=0.13 && <0.15
                     , bytestring >=0.10 && <0.13
                     , deepseq >=1.4 && <1.6
  hs-source-dirs:      src
  ghc-options:         -Wall
                       -fwarn-identities
                       -fwarn-missing-signatures
  default-language:    Haskell2010

source-repository head
    type:             git
    location:         https://github.com/TravisWhitaker/cpuinfo.git