packages feed

haskell-tools-prettyprint 0.1.3.0 → 0.2.0.0

raw patch · 2 files changed

+5/−5 lines, 2 filesdep ~haskell-tools-astdep ~haskell-tools-ast-trfsetup-changedPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: haskell-tools-ast, haskell-tools-ast-trf

API changes (from Hackage documentation)

Files

Setup.hs view
@@ -1,2 +1,2 @@-import Distribution.Simple+import Distribution.Simple
 main = defaultMain
haskell-tools-prettyprint.cabal view
@@ -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