packages feed

cpuinfo-0.1.0.0: cpuinfo.cabal

name:                cpuinfo
version:             0.1.0.0
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
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.8 && <4.9
                     , attoparsec >=0.13 && <0.14
                     , bytestring >=0.10 && <0.11
                     , deepseq >=1.4 && <1.5
  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