diff --git a/src/library/TestcontainersPostgresql.hs b/src/library/TestcontainersPostgresql.hs
--- a/src/library/TestcontainersPostgresql.hs
+++ b/src/library/TestcontainersPostgresql.hs
@@ -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)
diff --git a/testcontainers-postgresql.cabal b/testcontainers-postgresql.cabal
--- a/testcontainers-postgresql.cabal
+++ b/testcontainers-postgresql.cabal
@@ -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
