-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathviewprof.cabal
51 lines (49 loc) · 1.32 KB
/
viewprof.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: viewprof
version: 0.0.0.33
synopsis: Text-based interactive GHC .prof viewer
description:
viewprof is a text-based interactive GHC .prof viewer.
.
You can find a screenshot and some explanation in
<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-file: LICENSE
author: Mitsutoshi Aoe
maintainer: Mitsutoshi Aoe <[email protected]>
copyright: Copyright (C) 2016-2020 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
executable viewprof
main-is: viewprof.hs
build-depends:
base >= 4.9 && < 4.15
, brick > 0.26.1 && < 0.54
, containers >= 0.5.7 && < 0.7
, directory >= 1.3 && < 1.4
, ghc-prof >= 1.4 && < 1.5
, lens >= 4.14 && < 4.20
, 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
hs-source-dirs: bin
default-language: Haskell2010
ghc-options: -Wall -threaded
source-repository head
type: git
location: https://github.com/maoe/viewprof.git