diff --git a/language-vhdl.cabal b/language-vhdl.cabal
--- a/language-vhdl.cabal
+++ b/language-vhdl.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                language-vhdl
-version:             0.1.0.0
+version:             0.1.0.2
 synopsis:            VHDL AST and pretty printer in Haskell
 -- description:         
 license:             BSD3
@@ -12,11 +12,14 @@
 -- copyright:
 homepage:            https://github.com/markus-git/language-vhdl
 description:         VHDL AST and pretty printer according to the VHDL language reference manual (2000 Edition).
-                     Working on code generator.
 category:            Language
 build-type:          Simple
 extra-source-files:  README.md
 cabal-version:       >=1.10
+
+source-repository head
+  type:        git
+  location:    git://github.com/markus-git/language-vhdl
 
 library
   exposed-modules:     Language.VHDL,
diff --git a/src/Language/VHDL.hs b/src/Language/VHDL.hs
--- a/src/Language/VHDL.hs
+++ b/src/Language/VHDL.hs
@@ -5,5 +5,3 @@
 
 import Language.VHDL.Syntax
 import Language.VHDL.Pretty
-
---------------------------------------------------------------------------------
