cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack -- -- hash: 4b0ac2e3a7a39025f611df924cc5a484d6252971530914ef195dbb85ffc42a2b name: ghcprofview version: 0.1.0.2 synopsis: GHC .prof files viewer description: Please see the README on GitHub at category: Development homepage: https://github.com/portnov/ghcprofview-hs#readme bug-reports: https://github.com/portnov/ghcprofview-hs/issues author: Ilya V. Portnov maintainer: portnov84@rambler.ru copyright: 2019 Ilya V. Portnov license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/portnov/ghcprofview-hs executable ghcprofview main-is: Main.hs other-modules: Converter Gui Gui.Page Gui.TreeWidget Gui.Utils Json Loader Operations Types Paths_ghcprofview hs-source-dirs: src ghc-options: -threaded -rtsopts -fwarn-unused-imports -with-rtsopts=-N -O2 build-depends: aeson , base >=4.7 && <5 , containers , ghc-prof , gi-gtk <4 , haskell-gi-base , mtl >=2.2 , regex-tdfa , scientific , text default-language: Haskell2010