From aed0602adeee6e16ce6bc20ad2a381f36a1c154e Mon Sep 17 00:00:00 2001 From: Alexander Biehl Date: Wed, 3 Jul 2024 14:01:37 +0200 Subject: [PATCH] Update TestContainers.hs --- src/TestContainers.hs | 1 + 1 file changed, 1 insertion(+) 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.