diff --git a/autoexporter.cabal b/autoexporter.cabal
--- a/autoexporter.cabal
+++ b/autoexporter.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name: autoexporter
-version: 1.1.18
+version: 1.1.19
 
 synopsis: Automatically re-export modules.
 description: Autoexporter automatically re-exports modules.
@@ -54,5 +54,6 @@
   build-depends:
     base -any
     , autoexporter -any
+  ghc-options: -rtsopts -threaded
   hs-source-dirs: src/exe
   main-is: Main.hs
