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/fen2s.cabal b/fen2s.cabal
--- a/fen2s.cabal
+++ b/fen2s.cabal
@@ -1,5 +1,5 @@
 name: fen2s
-version: 1.1
+version: 1.2
 category: Game
 synopsis: Converting a chess position from FEN notation to text
 license: MIT
