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: c286d572d541e59a1fbb167fb4ec6d52c709cd581164b10bb7cc82dadcadec34
+-- hash: a288b7dc8892f8e7cdb3d9e4d980ac5efaf104fe9c7a57a274c93d42991a2145
 
 name:           serverless-haskell
-version:        0.5.3
+version:        0.6.0
 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
@@ -70,13 +70,8 @@
   >         - --arg2
   >         - arg3
 
-* To include dependent libraries, list them under @extraLibraries@. The
-  libraries will be uploaded to AWS Lambda along with the executable.
-
-  > custom:
-  >   haskell:
-  >     extraLibraries:
-  >       - libpcre.so.3
+* Dependent system libraries not present in the AWS Lambda environment will be
+  automatically uploaded along with the executable.
 
 * To force using Stack's Docker image, set @docker@ key to @true@.
 
