-- Initial jouleous.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: jouleous version: 0 synopsis: A simple power usage benchmarking tool. description: A criterion like system for estimating the power usage of Haskell code. homepage: https://oss.xkcd.com/ license: BSD3 license-file: LICENSE author: davean maintainer: oss@xkcd.com -- copyright: category: Development, Performance, Testing, Benchmarking build-type: Simple extra-source-files: CHANGELOG.md cabal-version: >=1.10 source-repository head type: git location: https://code.xkrd.net/haskell/jouleous.git library -- other-modules: -- other-extensions: build-depends: base >=4.12 && <4.13 hs-source-dirs: src default-language: Haskell2010 exposed-modules: Jouleous