packages feed

viewprof-0.0.0: viewprof.cabal

name: viewprof
version: 0.0.0
synopsis: Text-based interactive GHC .prof viewer
-- description:
license: BSD3
license-file: LICENSE
author: Mitsutoshi Aoe
maintainer: Mitsutoshi Aoe <maoe@foldr.in>
copyright: Copyright (C) 2016 Mitsutoshi Aoe
category: Development
build-type: Simple
extra-source-files: CHANGELOG.md
cabal-version: >= 1.10
tested-with: GHC == 8.0.2

executable viewprof
  main-is: viewprof.hs
  -- other-extensions:
  build-depends:
      base >= 4.9 && < 4.10
    , brick >= 0.16 && < 0.17
    , containers >= 0.5.7 && < 0.6
    , ghc-prof >= 1.3.0 && < 1.4
    , lens >= 4.14 && < 4.16
    , scientific >= 0.3.4.4 && < 0.4
    , text >= 1.2.2.0 && < 1.3
    , vector >= 0.10.12.3 && < 0.13
    , vector-algorithms >= 0.6.0.4 && < 0.8
    , vty >= 5.13 && < 5.15
  hs-source-dirs: bin
  default-language: Haskell2010
  ghc-options: -Wall -threaded