haskell-tools-refactor 1.0.1.1 → 1.0.1.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~eitherdep ~tastydep ~tasty-hunitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: either, tasty, tasty-hunit
API changes (from Hackage documentation)
Files
haskell-tools-refactor.cabal view
@@ -1,5 +1,5 @@ name: haskell-tools-refactor -version: 1.0.1.1 +version: 1.0.1.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 @@ -73,10 +73,10 @@ hs-source-dirs: test main-is: Main.hs build-depends: base >= 4.10 && < 4.11 - , tasty >= 0.11 && < 0.12 - , tasty-hunit >= 0.9 && < 0.10 + , tasty >= 0.11 && < 1.1 + , tasty-hunit >= 0.9 && < 0.11 , transformers >= 0.5 && < 0.6 - , either >= 4.4 && < 4.6 + , either >= 4.4 && < 5.1 , filepath >= 1.4 && < 1.5 , mtl >= 2.2 && < 2.3 , uniplate >= 1.6 && < 1.7