diff --git a/poolboy.cabal b/poolboy.cabal
--- a/poolboy.cabal
+++ b/poolboy.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                poolboy
-version:             0.1.0.0
+version:             0.1.0.1
 author:              Gautier DI FOLCO
 maintainer:          gautier.difolco@gmail.com
 category:            Data
@@ -8,7 +8,7 @@
 license:             ISC
 license-file:        LICENSE
 synopsis:            Simple work queue for bounded concurrency
-description:         In-memory work queue with helping with load management.
+description:         In-memory work queue helping with load management.
 Homepage:            https://github.com/blackheaven/poolboy
 tested-with:         GHC==9.2.4
 
diff --git a/src/Data/Poolboy.hs b/src/Data/Poolboy.hs
--- a/src/Data/Poolboy.hs
+++ b/src/Data/Poolboy.hs
@@ -7,6 +7,7 @@
     simpleSerializedLogger,
 
     -- * Running
+    WorkQueue,
     withPoolboy,
     newPoolboy,
     stopWorkQueue,
