diff --git a/CONTRIBUTORS b/CONTRIBUTORS
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1,3 +1,4 @@
                                  Jason Dusek
                               Martin Grabmueller
+                               Joachim Breitner
 
diff --git a/Data/MAC.hs b/Data/MAC.hs
--- a/Data/MAC.hs
+++ b/Data/MAC.hs
@@ -1,11 +1,9 @@
 
 {-| A MAC address datatype, representing the six bytes of a MAC address, also
- -  known as an OID, IAB or "...Vendor Address, Vendor ID, NIC Address,
- -  Ethernet Address and others.".
- -
- -
- -  <http://standards.ieee.org/faqs/OUI.html#q4>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -}
+    known as an OID, IAB or \"...Vendor Address, Vendor ID, NIC Address,
+    Ethernet Address and others.\", see
+    <http://standards.ieee.org/faqs/OUI.html#q4>
+ -}
 
 module Data.MAC where
 
diff --git a/maccatcher.cabal b/maccatcher.cabal
--- a/maccatcher.cabal
+++ b/maccatcher.cabal
@@ -1,5 +1,5 @@
 name:               maccatcher
-version:            2.1.2
+version:            2.1.3
 category:           Text
 license:            BSD3
 license-file:       LICENSE
