haskell-tools-builtin-refactorings 1.1.0.1 → 1.1.0.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~tasty
Dependency ranges changed: tasty
Files
haskell-tools-builtin-refactorings.cabal view
@@ -1,5 +1,5 @@ name: haskell-tools-builtin-refactorings -version: 1.1.0.1 +version: 1.1.0.2 synopsis: Refactoring Tool for Haskell description: Contains a set of refactorings based on the Haskell-Tools framework to easily transform a Haskell program. For the descriptions of the implemented refactorings, see the homepage. homepage: https://github.com/haskell-tools/haskell-tools @@ -150,7 +150,7 @@ hs-source-dirs: test main-is: Main.hs build-depends: base >= 4.11 && < 4.12 - , tasty >= 0.11 && < 1.1 + , tasty >= 0.11 && < 1.2 , tasty-hunit >= 0.9 && < 0.11 , transformers >= 0.5 && < 0.6 , either >= 4.4 && < 5.1 @@ -183,7 +183,7 @@ hs-source-dirs: test main-is: ExtensionOrganizerTest/Main.hs build-depends: base >= 4.11 && < 4.12 - , tasty >= 0.11 && < 1.1 + , tasty >= 0.11 && < 1.2 , tasty-hunit >= 0.9 && < 0.11 , transformers >= 0.5 && < 0.6 , either >= 4.4 && < 5.1 @@ -216,7 +216,7 @@ -- hs-source-dirs: benchmark -- main-is: ExtensionOrganizerBenchmark/Main.hs -- build-depends: base >= 4.11 && < 4.12 --- , criterion >= 1.2 && < 1.3 +-- , criterion >= 1.2 && < 1.6 -- , silently >= 1.2 && < 1.3 -- , transformers >= 0.5 && < 0.6 -- , either >= 4.4 && < 4.6