diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -1,2 +1,2 @@
-import Distribution.Simple
+import Distribution.Simple
 main = defaultMain
diff --git a/haskell-tools-prettyprint.cabal b/haskell-tools-prettyprint.cabal
--- a/haskell-tools-prettyprint.cabal
+++ b/haskell-tools-prettyprint.cabal
@@ -1,7 +1,7 @@
 name:                haskell-tools-prettyprint
-version:             0.1.3.0
+version:             0.2.0.0
 synopsis:            Pretty printing of Haskell-Tools AST
-description:         Converts the Haskell-Tools AST to the original source text. Works using the source annotations that are present in the AST. Creates a rose tree first to simplify the conversion.
+description:         Converts the Haskell-Tools AST to text. If the AST was created from the GHC AST this pretty printing will result in the original source code. Generated AST parts will get the default formatting. Works using the source annotations that are present in the AST. Creates a rose tree first to simplify the conversion.
 homepage:            https://github.com/haskell-tools/haskell-tools
 license:             BSD3
 license-file:        LICENSE
@@ -19,7 +19,7 @@
                      , mtl                   >=2.2   && <2.3
                      , containers            >=0.5   && <0.6
                      , references            >=0.3.2 && <1.0
-                     , haskell-tools-ast     >=0.1.3 && <1.0
-                     , haskell-tools-ast-trf >=0.1.3 && <1.0
+                     , haskell-tools-ast     >=0.2   && <0.3
+                     , haskell-tools-ast-trf >=0.2   && <0.3
                      , split                 >=0.2   && <1.0
   default-language:    Haskell2010
