name: ghc-timers version: 0.1.0.0 synopsis: Provides bindings to functions starting and stopping the RTS timers -- description: homepage: https://github.com/bitonic/ghc-timers#readme license: BSD3 license-file: LICENSE author: Francesco Mazzoli maintainer: f@mazzo.li copyright: (c) 2017 Francesco Mazzoli category: System build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: GHC.Timers build-depends: base >= 4 && < 5 default-language: Haskell2010 source-repository head type: git location: https://github.com/bitonic/ghc-timers