diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -1,4 +1,4 @@
-module Main(main)
+module Main ( main ) where
 
 import Distribution.Simple
 
diff --git a/decode-utf8.cabal b/decode-utf8.cabal
--- a/decode-utf8.cabal
+++ b/decode-utf8.cabal
@@ -1,5 +1,5 @@
 name: decode-utf8
-version: 1.1
+version: 1.2
 category: Text
 synopsis: Decode a UTF-8 byte stream on standard input
 license: MIT
