name: ghc-prof-aeson version: 0.1.0.0 synopsis: Parser for GHC's JSON profiling output. description: Parser for GHC's JSON profiling output produced by `-pj`. homepage: https://github.com/Fuuzetsu/ghc-prof-aeson#readme bug-reports: https://github.com/Fuuzetsu/ghc-prof-aeson/issues author: Mateusz Kowalczyk maintainer: fuuzetsu@fuuzetsu.co.uk copyright: 2018, Mateusz Kowalczyk license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 category: Profiling extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/Fuuzetsu/ghc-prof-aeson library exposed-modules: Profiling.GHC.Aeson hs-source-dirs: src build-depends: base >=4.5 && <5 , aeson >= 0.7 , text , vector default-language: Haskell2010 ghc-options: -O2 test-suite ghc-prof-aeson-test type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.5 && <5 , aeson >= 0.7 , bytestring , ghc-prof-aeson , hspec default-language: Haskell2010