-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathghc-events-util.cabal
71 lines (68 loc) · 1.4 KB
/
ghc-events-util.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
cabal-version: 3.0
name: ghc-events-util
version: 0.1.0
license: BSD-3-Clause
license-file: LICENSE
author: Edsko de Vries
maintainer: [email protected]
category: Development
build-type: Simple
common lang
default-language:
GHC2021
default-extensions:
DataKinds
DeriveAnyClass
DerivingStrategies
GADTs
LambdaCase
PatternSynonyms
TypeFamilies
UndecidableInstances
ViewPatterns
ghc-options:
-Wall
-Wredundant-constraints
-Wunused-packages
-Wprepositive-qualified-module
-Widentities
build-depends:
-- ghc 9.8
base >= 4.19 && < 4.20
library
import:
lang
exposed-modules:
GHC.RTS.Events.Util
other-modules:
GHC.RTS.Events.Util.Decorated
GHC.RTS.Events.Util.Delta
GHC.RTS.Events.Util.EventInfo
GHC.RTS.Events.Util.Filter
GHC.RTS.Events.Util.Incremental
GHC.RTS.Events.Util.Padding
hs-source-dirs:
src
build-depends:
, bytestring
, containers
, ghc-events
, regex-pcre
, text
, vector
executable ghc-events-util
import:
lang
main-is:
Main.hs
other-modules:
Cmdline
Command.ShowDelta
hs-source-dirs:
app
build-depends:
, ghc-events-util
, optparse-applicative
, text
ghc-options:
-rtsopts