hspec-discover 2.4.8 → 2.5.0
raw patch · 1 files changed
+6/−8 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hspec-discover.cabal +6/−8
hspec-discover.cabal view
@@ -1,11 +1,9 @@--- This file has been generated from package.yaml by hpack version 0.25.0.+-- This file has been generated from package.yaml by hpack version 0.19.0. -- -- see: https://github.com/sol/hpack------ hash: e0944fdb129168f03a936248dbddb859b8f74f420c7a3c81406881c5b93560bc name: hspec-discover-version: 2.4.8+version: 2.5.0 license: MIT license-file: LICENSE copyright: (c) 2012-2017 Simon Hengel@@ -55,13 +53,13 @@ hs-source-dirs: driver main-is: hspec-discover.hs- other-modules:- Paths_hspec_discover build-depends: base ==4.* , directory , filepath , hspec-discover+ other-modules:+ Paths_hspec_discover default-language: Haskell2010 test-suite spec@@ -77,10 +75,10 @@ Test.Hspec.Discover.SortSpec Paths_hspec_discover build-depends:- QuickCheck >=2.7- , base ==4.*+ base ==4.* , directory , filepath , hspec-discover , hspec-meta >=2.3.2+ , QuickCheck >= 2.7 default-language: Haskell2010