diff options
| -rw-r--r-- | ghc-gc-hook.cabal | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/ghc-gc-hook.cabal b/ghc-gc-hook.cabal index c39b3c2..0de7e5a 100644 --- a/ghc-gc-hook.cabal +++ b/ghc-gc-hook.cabal @@ -22,7 +22,7 @@ library    c-sources: cbits/hook.c    build-depends:      base >= 4.14 && < 4.17, -    clock +    clock >= 0.8.3 && < 0.9    default-language: Haskell2010    cc-options: -Wall    ghc-options: -Wall @@ -33,7 +33,7 @@ test-suite test    hs-source-dirs: test    c-sources: test/cbits/testhook.c    build-depends: -    base >= 4.14 && < 4.17, +    base,      ghc-gc-hook,      clock    default-language: Haskell2010 | 
