name: systemstats version: 0.1.0.0 synopsis: An application that regularly logs system stats for later analysis description: An application that regularly logs system stats for later analysis homepage: https://github.com/githubuser/systemlog#readme license: BSD3 license-file: LICENSE author: Savanni D'Gerinel maintainer: savanni@savannidgerinel.com copyright: 2016 Savanni D'Gerinel category: Web build-type: Simple cabal-version: >=1.10 executable systemstats hs-source-dirs: app main-is: Main.hs ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 build-depends: base >= 4.7 && < 5 , micrologger >= 0.2 && < 0.3 , optparse-applicative >= 0.12.1 && < 0.13 , statgrab >= 0.1.3 && < 0.2 , text >= 1.2 && < 1.3 , text-format >= 0.3.1 && < 0.4 , transformers >= 0.4.2 && < 0.5 source-repository head type: git location: https://github.com/savannidgerinel/systemlog