diff --git a/src/TestContainers.hs b/src/TestContainers.hs index f9c254f..56980f5 100644 --- a/src/TestContainers.hs +++ b/src/TestContainers.hs @@ -1,4 +1,5 @@ {-# LANGUAGE DuplicateRecordFields #-} + -- | -- This module shall be used as entrypoint to the testcontainers library. It exports -- all the necessary types and functions for most common use-cases.