From 46b55378991f06c59e3ad585bf90e1ef4f5cf931 Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Thu, 25 Jul 2024 20:29:56 -0700 Subject: [PATCH] ci: try unconditionally exposing Test.Sandwich-Contexts.PostgreSQL --- sandwich-contexts/package.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sandwich-contexts/package.yaml b/sandwich-contexts/package.yaml index 20b19584..dc77ab44 100644 --- a/sandwich-contexts/package.yaml +++ b/sandwich-contexts/package.yaml @@ -37,10 +37,11 @@ library: - Test.Sandwich.Contexts.FakeSmtpServer - Test.Sandwich.Contexts.Files - Test.Sandwich.Contexts.Nix - - Test.Sandwich.Contexts.Waits + - Test.Sandwich.Contexts.PostgreSQL - Test.Sandwich.Contexts.Types.Network - Test.Sandwich.Contexts.Types.S3 - Test.Sandwich.Contexts.Util.Ports + - Test.Sandwich.Contexts.Waits dependencies: - aeson - conduit @@ -70,9 +71,6 @@ library: - unliftio-core - vector when: - - condition: "!os(windows)" - exposed-modules: - - Test.Sandwich.Contexts.PostgreSQL - condition: "impl(ghc >= 9.6)" dependencies: - crypton-connection