haskell-tools-rewrite 1.1.0.2 → 1.1.1.0
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~basedep ~containersdep ~ghc
Dependency ranges changed: base, containers, ghc
Files
haskell-tools-rewrite.cabal view
@@ -1,5 +1,5 @@ name: haskell-tools-rewrite -version: 1.1.0.2 +version: 1.1.1.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 @@ -39,11 +39,11 @@ , Language.Haskell.Tools.Rewrite.Match.Names , Language.Haskell.Tools.Rewrite.Match.TH other-modules: Language.Haskell.Tools.Rewrite.Create.Utils - build-depends: base >= 4.11 && < 4.12 + build-depends: base >= 4.11 && < 4.13 , mtl >= 2.2 && < 2.3 - , containers >= 0.5 && < 0.6 + , containers >= 0.5 && < 0.7 , references >= 0.3 && < 0.4 - , ghc >= 8.4 && < 8.5 + , ghc >= 8.4 && < 8.7 , haskell-tools-ast >= 1.1 && < 1.2 , haskell-tools-prettyprint >= 1.1 && < 1.2 default-language: Haskell2010 @@ -53,7 +53,7 @@ ghc-options: -with-rtsopts=-M2g hs-source-dirs: test main-is: Main.hs - build-depends: base >= 4.11 && < 4.12 + build-depends: base >= 4.11 && < 4.13 , tasty >= 0.11 && < 1.2 , tasty-hunit >= 0.9 && < 0.11 , directory >= 1.2 && < 1.4