From 5091245fe61d4642a9db25563c1761fc6e146c87 Mon Sep 17 00:00:00 2001 From: Teo Camarasu Date: Wed, 11 Sep 2024 11:23:34 +0100 Subject: [PATCH] Support wherefrom-compat-0.2 --- nothunks.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nothunks.cabal b/nothunks.cabal index eaf0ee6..f3aea72 100644 --- a/nothunks.cabal +++ b/nothunks.cabal @@ -49,7 +49,7 @@ library , ghc-heap if impl(ghc >= 9.2) - build-depends: wherefrom-compat ^>= 0.1.1 + build-depends: wherefrom-compat >= 0.1.1 && < 0.3 if flag(bytestring) build-depends: bytestring >= 0.10 && < 0.13