diff --git a/README.markdown b/README.markdown
--- a/README.markdown
+++ b/README.markdown
@@ -60,9 +60,9 @@
   some module `M`, it won't pull in `M.A.B`. If you need deep re-exporting,
   please pass `--deep` to Autoexporter like this:
 
-```haskell
-{-# OPTIONS_GHC -F -pgmF autoexporter -optF --deep #-}
-```
+  ```haskell
+  {-# OPTIONS_GHC -F -pgmF autoexporter -optF --deep #-}
+  ```
 
 [Autoexporter]: https://github.com/tfausak/autoexporter
 [Version badge]: https://www.stackage.org/package/autoexporter/badge/nightly?label=version
diff --git a/autoexporter.cabal b/autoexporter.cabal
--- a/autoexporter.cabal
+++ b/autoexporter.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 4626ed368b5a19f41cf557567bc9d8a0f67545d2522caffeb2b42e32595437df
+-- hash: 7a7918eb79f8a4def2b9a60a052ecfb0720e807228d98d4f689cc4afdab81284
 
 name:           autoexporter
-version:        1.1.9
+version:        1.1.10
 synopsis:       Automatically re-export modules.
 description:    Autoexporter automatically re-exports modules.
 category:       Utility
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -1,5 +1,5 @@
 name: autoexporter
-version: 1.1.9
+version: 1.1.10
 
 category: Utility
 description: Autoexporter automatically re-exports modules.
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,1 +1,1 @@
-resolver: lts-11.0
+resolver: lts-12.0
