packages feed

haskell-tools-rewrite 0.6.0.0 → 0.7.0.0

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~haskell-tools-astdep ~haskell-tools-prettyprintdep ~haskell-tools-rewritePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: haskell-tools-ast, haskell-tools-prettyprint, haskell-tools-rewrite

API changes (from Hackage documentation)

Files

haskell-tools-rewrite.cabal view
@@ -1,5 +1,5 @@ name:                haskell-tools-rewrite
-version:             0.6.0.0
+version:             0.7.0.0
 synopsis:            Facilities for generating new parts of the Haskell-Tools AST
 description:         Contains utility functions to generate parts of the Haskell-Tools AST. Generates these elements to be compatible with the source annotations that are already present on the AST. The package is divided into modules based on which language elements can the given module generate. This packages should be used during the transformations to generate parts of the new AST.
 homepage:            https://github.com/haskell-tools/haskell-tools
@@ -44,8 +44,8 @@                      , containers                >= 0.5  && < 0.6
                      , references                >= 0.3  && < 0.4
                      , ghc                       >= 8.0  && < 8.1
-                     , haskell-tools-ast         >= 0.6  && < 0.7
-                     , haskell-tools-prettyprint >= 0.6  && < 0.7
+                     , haskell-tools-ast         >= 0.7  && < 0.8
+                     , haskell-tools-prettyprint >= 0.7  && < 0.8
   default-language:    Haskell2010
 
 test-suite haskell-tools-rewrite-tests
@@ -58,7 +58,7 @@                      , tasty-hunit               >= 0.9 && < 0.10
                      , directory                 >= 1.2 && < 1.4
                      , filepath                  >= 1.4 && < 2.0
-                     , haskell-tools-ast         >= 0.6 && < 0.7
-                     , haskell-tools-prettyprint >= 0.6 && < 0.7
-                     , haskell-tools-rewrite     >= 0.6 && < 0.7
+                     , haskell-tools-ast         >= 0.7 && < 0.8
+                     , haskell-tools-prettyprint >= 0.7 && < 0.8
+                     , haskell-tools-rewrite     >= 0.7 && < 0.8
   default-language:    Haskell2010