packages feed

haskell-tools-cli 1.0.0.3 → 1.0.0.4

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~criteriondep ~tastyPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: criterion, tasty

API changes (from Hackage documentation)

Files

haskell-tools-cli.cabal view
@@ -1,5 +1,5 @@ name:                haskell-tools-cli
-version:             1.0.0.3
+version:             1.0.0.4
 synopsis:            Command-line frontend for Haskell-tools Refact
 description:         Command-line frontend for Haskell-tools Refact. Not meant as a final product, only for demonstration purposes.
 homepage:            https://github.com/haskell-tools/haskell-tools
@@ -55,7 +55,7 @@   hs-source-dirs:      test
   main-is:             Main.hs
   build-depends:       base                      >= 4.10 && < 4.11
-                     , tasty                     >= 0.11 && < 0.13
+                     , tasty                     >= 0.11 && < 1.1
                      , tasty-hunit               >= 0.9 && < 0.11
                      , directory                 >= 1.2 && < 1.4
                      , filepath                  >= 1.4 && < 2.0
@@ -82,7 +82,7 @@   type:                exitcode-stdio-1.0
   ghc-options:         -with-rtsopts=-M2g
   build-depends:       base                      >= 4.10 && < 4.11
-                     , criterion                 >= 1.1 && < 1.3
+                     , criterion                 >= 1.1 && < 1.4
                      , time                      >= 1.6 && < 1.9
                      , aeson                     >= 1.0 && < 1.3
                      , directory                 >= 1.2 && < 1.4