summaryrefslogtreecommitdiff
path: root/ghc-gc-hook.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2022-04-21 00:46:24 +0200
committerTom Smeding <tom@tomsmeding.com>2022-04-21 00:46:24 +0200
commit7b9e405e2f77268e3242a6d723c1b65d7759fd63 (patch)
treeace2f30ecc395a04758b18ec311b9aee41a64860 /ghc-gc-hook.cabal
parente6ca9f166c5af915946bb8ae5ed7e5a42f40b8bd (diff)
Expose GC end timestamp
Diffstat (limited to 'ghc-gc-hook.cabal')
-rw-r--r--ghc-gc-hook.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/ghc-gc-hook.cabal b/ghc-gc-hook.cabal
index 6f21e56..7bf1c1f 100644
--- a/ghc-gc-hook.cabal
+++ b/ghc-gc-hook.cabal
@@ -12,7 +12,8 @@ library
GHC.GC_Hook
c-sources: cbits/hook.c
build-depends:
- base >= 4.13 && < 4.17
+ base >= 4.13 && < 4.17,
+ clock
hs-source-dirs: src
default-language: Haskell2010
cc-options: -Wall -O2