diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.0.4.2
+
+* Depend on `bluefin-internal >= 0.0.4.2` so that Hackage will show
+  the `Handle` documentation.
+
 ## 0.0.4.1
 
 * Add documentation for `Handle`
diff --git a/bluefin.cabal b/bluefin.cabal
--- a/bluefin.cabal
+++ b/bluefin.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               bluefin
-version:            0.0.4.1
+version:            0.0.4.2
 license:            MIT
 license-file:       LICENSE
 author:             Tom Ellis
diff --git a/src/Bluefin/Compound.hs b/src/Bluefin/Compound.hs
--- a/src/Bluefin/Compound.hs
+++ b/src/Bluefin/Compound.hs
@@ -37,7 +37,7 @@
     -- @
     --
     -- @
-    -- >>> exampeleCounter1
+    -- >>> exampleCounter1
     -- 3
     -- @
 
