From eec974f2ba34b46c62b2674d011ef4f21b5387f6 Mon Sep 17 00:00:00 2001 From: Nikita Volkov Date: Sun, 1 Dec 2024 12:04:29 +0300 Subject: [PATCH] Explicitly state that the testing-kit sublib is private --- hasql.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/hasql.cabal b/hasql.cabal index 5418da5..cfe420f 100644 --- a/hasql.cabal +++ b/hasql.cabal @@ -156,6 +156,7 @@ library library testing-kit import: base + visibility: private hs-source-dirs: testing-kit exposed-modules: Hasql.TestingKit.Constants