-- Initial joule.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: joule version: 0 synopsis: An interface to the system power management systems. description: Uses the power management interface to see how much power have been used by a system. Currently only supports modern Linux on modern Intel x86(_64) platforms. homepage: https://oss.xkcd.com/ license: BSD3 license-file: LICENSE author: davean maintainer: oss@xkcd.com copyright: davean 2018 category: System build-type: Simple extra-source-files: CHANGELOG.md cabal-version: >=1.10 source-repository head type: git location: https://code.xkrd.net/haskell/joule.git library -- other-modules: -- other-extensions: hs-source-dirs: src default-language: Haskell2010 exposed-modules: System.Power.IntelRAPL build-depends: base >=4.12 && <4.13 , directory , unix , containers , text , filepath