diff --git a/panic.cabal b/panic.cabal
--- a/panic.cabal
+++ b/panic.cabal
@@ -1,5 +1,5 @@
 name:                panic
-version:             0.4.0.0
+version:             0.4.0.1
 synopsis:            A convenient way to panic.
 description:         A convenient way to panic.
 license:             ISC
diff --git a/src/Panic.hs b/src/Panic.hs
--- a/src/Panic.hs
+++ b/src/Panic.hs
@@ -40,13 +40,13 @@
 -- | Description of a component.
 class Typeable a => PanicComponent a where
   panicComponentName     :: a -> String
-  -- | ^ Name of the panicing component.
+  -- ^ Name of the panicing component.
 
   panicComponentIssues   :: a -> String
-  -- | ^ Issue tracker for the panicking component.
+  -- ^ Issue tracker for the panicking component.
 
   panicComponentRevision :: a -> (String,String)
-  -- | ^ Information about the component's revision.
+  -- ^ Information about the component's revision.
   -- (commit hash, branch info)
 
 -- | An expression of type @a -> (String,String)@.
