diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -159,8 +159,8 @@
 * Run `./integration-test/run.sh`. The exit code indicates success.
 * To verify just the packaging, without deployment, run
   `./integration-test/run.sh --dry-run`.
-* By default, the integration test is run with LTS 14. To specify a different
-  series, use `RESOLVER_SERIES=lts-9`.
+* By default, the integration test is run with the LTS specified in
+  `stack.yaml`. To specify a different series, use `RESOLVER_SERIES=lts-9`.
 * To avoid creating a temporary directory for every run, specify
   `--no-clean-dir`. This can speed up repeated test runs, but does not guarantee
   the same results as a clean test.
diff --git a/serverless-haskell.cabal b/serverless-haskell.cabal
--- a/serverless-haskell.cabal
+++ b/serverless-haskell.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: ba4b82190088e8173126156c2c1bae87076a945cef2b26dbe767056b28b85053
+-- hash: 163c677f15a59d3a30ae4fd5b2dca99743c3dc7ffcb1612989e9790d74f338ec
 
 name:           serverless-haskell
-version:        0.10.1
+version:        0.10.2
 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
