diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+0.2.2.4:
+
+    ! Haddock breaks on LANGUAGE in example.
+
 0.2.2.3:
 
     * Raise http-client upper boundary.
diff --git a/soap.cabal b/soap.cabal
--- a/soap.cabal
+++ b/soap.cabal
@@ -1,12 +1,11 @@
 name:                soap
-version:             0.2.2.3
+version:             0.2.2.4
 synopsis:            SOAP client tools
 description:
   Tools to build SOAP clients using xml-conduit.
   .
   A mildly-complicated example:
   .
-  > {-# LANGUAGE OverloadedStrings #-}
   > import Network.SOAP
   > import Network.SOAP.Transport.HTTP
   >
