diff --git a/MorseCode.cabal b/MorseCode.cabal
--- a/MorseCode.cabal
+++ b/MorseCode.cabal
@@ -1,5 +1,5 @@
 name:			MorseCode
-version:		0.0.3
+version:		0.0.4
 Cabal-Version:	>= 1.6
 license:		GPL-3
 license-file:	LICENSE
diff --git a/Text/Morse.hs b/Text/Morse.hs
--- a/Text/Morse.hs
+++ b/Text/Morse.hs
@@ -66,7 +66,7 @@
   ,(':', "---...")
   ,('\'', ".----.")
   ,('-', "-....-")
-  ,('(', "-.--.-")
+  ,('(', "-.--.")
   ,(')', "-.--.-")
   ,('0', "-----")
   ,('1', ".----")
