Skip to content

Commit

Permalink
ci: try unconditionally exposing Test.Sandwich-Contexts.PostgreSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jul 26, 2024
1 parent 0275c47 commit 29f9fe5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions sandwich-contexts/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions sandwich-contexts/sandwich-contexts.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,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
other-modules:
Test.Sandwich.Contexts.FakeSmtpServer.Derivation
Test.Sandwich.Contexts.ReverseProxy.TCP
Expand Down Expand Up @@ -79,9 +80,6 @@ library
, unliftio-core
, vector
default-language: Haskell2010
if !os(windows)
exposed-modules:
Test.Sandwich.Contexts.PostgreSQL
if impl(ghc >= 9.6)
build-depends:
crypton-connection
Expand Down

0 comments on commit 29f9fe5

Please sign in to comment.