diff --git a/serverless-haskell.cabal b/serverless-haskell.cabal
--- a/serverless-haskell.cabal
+++ b/serverless-haskell.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: d307d8914fd48a733662d7f5d6e34930e8c20696fc4a0dab27f5f505d5a700e4
+-- hash: de3ca0521fac10e02fd1ab8bb6c9faa99c7d3f9d60cd1618717f00e7eaa114f8
 
 name:           serverless-haskell
-version:        0.6.2
+version:        0.6.3
 synopsis:       Deploying Haskell code onto AWS Lambda using Serverless
 description:    Utilities to help process the events from AWS Lambda when deployed with the serverless-haskell plugin.
 category:       AWS, Cloud, Network
diff --git a/src/AWSLambda.hs b/src/AWSLambda.hs
--- a/src/AWSLambda.hs
+++ b/src/AWSLambda.hs
@@ -82,9 +82,13 @@
   >         - arg3
 
 * Dependent system libraries not present in the AWS Lambda environment will be
-  automatically uploaded along with the executable.
+  automatically uploaded along with the executable. Note that while statically
+  linking the executable via Cabal options is possible, it might still require
+  the corresponding glibc version on the AWS environment.
 
-* To force using Stack's Docker image, set @docker@ key to @true@.
+* To force using Stack's Docker image, set @docker@ key to @true@. It is
+  recommended to set this to avoid incompatibility issues with dependent system
+  libraries.
 
   > custom:
   >   haskell:
