hspec-discover 2.7.4 → 2.7.5
raw patch · 3 files changed
+6/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- hspec-discover.cabal +4/−3
- version.yaml +1/−0
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2012-2019 Simon Hengel <sol@typeful.net>+Copyright (c) 2012-2021 Simon Hengel <sol@typeful.net> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
hspec-discover.cabal view
@@ -1,14 +1,14 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.2.+-- This file has been generated from package.yaml by hpack version 0.34.3. -- -- see: https://github.com/sol/hpack name: hspec-discover-version: 2.7.4+version: 2.7.5 license: MIT license-file: LICENSE-copyright: (c) 2012-2019 Simon Hengel+copyright: (c) 2012-2021 Simon Hengel author: Simon Hengel <sol@typeful.net> maintainer: Simon Hengel <sol@typeful.net> build-type: Simple@@ -21,6 +21,7 @@ . <http://hspec.github.io/hspec-discover.html> extra-source-files:+ version.yaml test-data/nested-spec/Foo/Bar/BazSpec.hs test-data/nested-spec/Foo/BarSpec.hs test-data/nested-spec/FooSpec.hs
+ version.yaml view
@@ -0,0 +1,1 @@+&version 2.7.5