summaryrefslogtreecommitdiff
path: root/ghc-gc-hook.cabal
diff options
context:
space:
mode:
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