From 6080ed0182e65d9cd51b9a1d7209ff82a5e41fa5 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Fri, 22 Apr 2022 23:50:59 +0200 Subject: Only works from ghc 8.10 onwards --- ghc-gc-hook.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ghc-gc-hook.cabal') diff --git a/ghc-gc-hook.cabal b/ghc-gc-hook.cabal index b7ed15d..c39b3c2 100644 --- a/ghc-gc-hook.cabal +++ b/ghc-gc-hook.cabal @@ -21,7 +21,7 @@ library hs-source-dirs: src c-sources: cbits/hook.c build-depends: - base >= 4.13 && < 4.17, + base >= 4.14 && < 4.17, clock default-language: Haskell2010 cc-options: -Wall @@ -33,10 +33,11 @@ test-suite test hs-source-dirs: test c-sources: test/cbits/testhook.c build-depends: - base >= 4.13 && < 4.17, + base >= 4.14 && < 4.17, ghc-gc-hook, clock default-language: Haskell2010 + cc-options: -Wall ghc-options: -Wall -threaded source-repository head -- cgit v1.2.3-54-g00ecf