packages feed

tasty-auto 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~directoryPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: directory

API changes (from Hackage documentation)

Files

tasty-auto.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           tasty-auto-version:        0.1.0.0+version:        0.1.0.1 synopsis:       Simple auto discovery for Tasty description:    Simple auto discovery for Tasty category:       Testing@@ -32,7 +32,7 @@   ghc-options: -Wall   build-depends:       base       >= 4.8 && < 5-    , directory  >= 1.1 && < 1.3+    , directory  >= 1.1 && < 1.4     , filepath   >= 1.3 && < 1.5   exposed-modules:       Test.Tasty.Auto@@ -43,7 +43,7 @@   ghc-options: -Wall   build-depends:       base       >= 4.8 && < 5-    , directory  >= 1.1 && < 1.3+    , directory  >= 1.1 && < 1.4     , filepath   >= 1.3 && < 1.5     , tasty-auto   default-language: Haskell2010@@ -56,7 +56,7 @@   ghc-options: -Wall   build-depends:       base       >= 4.8 && < 5-    , directory  >= 1.1 && < 1.3+    , directory  >= 1.1 && < 1.4     , filepath   >= 1.3 && < 1.5     , base     , tasty