summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-10-02 09:50:47 +0200
committerTom Smeding <tom@tomsmeding.com>2025-10-02 09:50:47 +0200
commit19769d7d04a978bc97048bab67291d20cfcc2353 (patch)
treef99c6ecef096a6e6457b10b684c2eb835fa44065
parentf152fbbe4d9710ecb5e8c39c27e36319de000548 (diff)
Update base boundHEADmaster
-rw-r--r--ghc-gc-hook.cabal2
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