From 7b9e405e2f77268e3242a6d723c1b65d7759fd63 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Thu, 21 Apr 2022 00:46:24 +0200 Subject: Expose GC end timestamp --- ghc-gc-hook.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ghc-gc-hook.cabal') 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 -- cgit v1.2.3-54-g00ecf