diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-10-02 09:50:47 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-10-02 09:50:47 +0200 |
commit | 19769d7d04a978bc97048bab67291d20cfcc2353 (patch) | |
tree | f99c6ecef096a6e6457b10b684c2eb835fa44065 | |
parent | f152fbbe4d9710ecb5e8c39c27e36319de000548 (diff) |
-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 |