From 5e0afd262b38ddcf53e579e8a563dce400d154f1 Mon Sep 17 00:00:00 2001 From: thomasjm Date: Sat, 20 Jul 2024 19:01:16 -0700 Subject: [PATCH] Try updating cabal file --- sandwich-contexts/sandwich-contexts.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sandwich-contexts/sandwich-contexts.cabal b/sandwich-contexts/sandwich-contexts.cabal index 78f5fbee..ddba69cf 100644 --- a/sandwich-contexts/sandwich-contexts.cabal +++ b/sandwich-contexts/sandwich-contexts.cabal @@ -19,7 +19,6 @@ library Test.Sandwich.Contexts.FakeSmtpServer Test.Sandwich.Contexts.Files Test.Sandwich.Contexts.Nix - Test.Sandwich.Contexts.PostgreSQL Test.Sandwich.Contexts.Waits Test.Sandwich.Contexts.Types.Network Test.Sandwich.Contexts.Types.S3 @@ -82,6 +81,9 @@ library , unliftio-core , vector default-language: Haskell2010 + if !os(windows) + exposed-modules: + Test.Sandwich.Contexts.PostgreSQL test-suite tests type: exitcode-stdio-1.0