ghcprofview-0.1.0.0: ghcprofview.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: b1508baa3bc5a0e04f53b8a9b3d8f2faca0079ca881ff61113d2b31c5f472e93
name: ghcprofview
version: 0.1.0.0
synopsis: GHC .prof files viewer
description: Please see the README on GitHub at <https://github.com/portnov/ghcprofview-hs#readme>
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
, haskell-gi-base
, regex-tdfa
, regex-tdfa-text
, scientific
, text
default-language: Haskell2010