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