ghcprofview-0.1.0.1: ghcprofview.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1af11545e3da13219f5e775588be3ada381d8abd4cee98035bc3d0891a341388
name: ghcprofview
version: 0.1.0.1
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
, mtl >=2.2
, regex-tdfa
, scientific
, text
default-language: Haskell2010