testcontainers-postgresql 0.0.1 → 0.0.1.1
raw patch · 2 files changed
+2/−4 lines, 2 files
Files
src/library/TestcontainersPostgresql.hs view
@@ -20,7 +20,7 @@ container <- TestContainers.run (Configs.Config.toContainerRequest config) pure $ TestContainers.containerAddress container 5432 --- | Run a session on a PostgreSQL container on the scope of a host and a port.+-- | Run a session on a PostgreSQL container in the scope of a host and a port. run :: Configs.Config.Config -> ((Text, Int) -> IO ()) -> IO () run config = do TestContainers.Hspec.withContainers (setup config)
testcontainers-postgresql.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: testcontainers-postgresql-version: 0.0.1+version: 0.0.1.1 category: PostgreSQL, Codecs synopsis: Testcontainers integration for PostgreSQL homepage: https://github.com/nikita-volkov/testcontainers-postgresql@@ -47,11 +47,9 @@ MultiParamTypeClasses MultiWayIf NamedFieldPuns- NoFieldSelectors NoImplicitPrelude NoMonomorphismRestriction NumericUnderscores- OverloadedRecordDot OverloadedStrings ParallelListComp PatternGuards