Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resolver: lts-10.3
resolver: lts-17.4
packages:
- .
extra-deps:
- ghc-prof-1.4.0.2
- ghc-prof-1.4.1.8
19 changes: 10 additions & 9 deletions viewprof.cabal
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cabal-version: 2.4
name: viewprof
version: 0.0.0.33
synopsis: Text-based interactive GHC .prof viewer
Expand All @@ -8,40 +9,40 @@ description:
<https://github.com/maoe/viewprof#readme the README>.
homepage: https://github.com/maoe/viewprof
bug-reports: https://github.com/maoe/viewprof/issues
license: BSD3
license: BSD-3-Clause
license-file: LICENSE
author: Mitsutoshi Aoe
maintainer: Mitsutoshi Aoe <me@maoe.name>
copyright: Copyright (C) 2016-2020 Mitsutoshi Aoe
copyright: Copyright (C) 2016-2021 Mitsutoshi Aoe
category: Development
build-type: Simple
extra-source-files:
CHANGELOG.md
README.md
img/screenshot.png
cabal-version: >= 1.10
tested-with:
GHC == 8.0.2
|| == 8.2.2
|| == 8.4.4
|| == 8.6.5
|| == 8.8.3
|| == 8.10.1
|| == 8.8.4
|| == 8.10.4
|| == 9.0.1

executable viewprof
main-is: viewprof.hs
build-depends:
base >= 4.9 && < 4.15
, brick > 0.26.1 && < 0.54
base >= 4.9 && < 4.16
, brick > 0.26.1 && < 0.61
, containers >= 0.5.7 && < 0.7
, directory >= 1.3 && < 1.4
, ghc-prof >= 1.4 && < 1.5
, lens >= 4.14 && < 4.20
, lens >= 4.14 && < 5.1
, 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.9
, vty >= 5.13 && < 5.29
, vty >= 5.13 && < 5.34
hs-source-dirs: bin
default-language: Haskell2010
ghc-options: -Wall -threaded
Expand Down