-
Notifications
You must be signed in to change notification settings - Fork 3
/
cpuinfo.cabal
30 lines (28 loc) · 1.06 KB
/
cpuinfo.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: cpuinfo
version: 0.1.0.2
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: [email protected]
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