hspec-meta 1.11.3 → 1.11.4
raw patch · 1 files changed
+6/−7 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hspec-meta.cabal +6/−7
hspec-meta.cabal view
@@ -1,5 +1,5 @@ name: hspec-meta-version: 1.11.3+version: 1.11.4 license: MIT license-file: LICENSE copyright: (c) 2011-2014 Simon Hengel,@@ -35,16 +35,16 @@ hs-source-dirs: src build-depends:- base == 4.*+ base == 4.* , random , tf-random , setenv , ansi-terminal >= 0.5 , time- , transformers >= 0.2.2.0+ , transformers >= 0.2.2.0 , deepseq- , HUnit >= 1.2.5- , QuickCheck >= 2.5.1+ , HUnit >= 1.2.5+ , QuickCheck >= 2.5.1 , quickcheck-io , hspec-expectations , async >= 2@@ -69,7 +69,6 @@ Test.Hspec.Formatters.Internal Test.Hspec.Timer --- hspec-discover executable hspec-meta-discover ghc-options: -Wall@@ -81,6 +80,6 @@ Run Config build-depends:- base == 4.*+ base == 4.* , filepath , directory