-
Notifications
You must be signed in to change notification settings - Fork 0
/
hs-safescope.cabal
37 lines (30 loc) · 956 Bytes
/
hs-safescope.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
cabal-version: 2.4
name: hs-safescope
version: 0.1.0.0
author: Javier Sagredo
maintainer: jasataco@gmail.com
extra-source-files: CHANGELOG.md
library
exposed-modules: HsSpeedscope.FFI
HsSpeedscope.FFI.Types
build-depends: aeson
, base >=4.14 && < 5
, containers
, extra
, ghc-events
, hs-speedscope
, mtl
, text
, vector
hs-source-dirs: src
default-language: Haskell2010
executable hs-safescope
main-is: Main.hs
other-modules: Options
build-depends: aeson
, base >=4.14 && < 5
, ghc-events
, hs-safescope
, optparse-applicative
hs-source-dirs: app
default-language: Haskell2010