hspec-discover 2.6.0 → 2.6.1
raw patch · 2 files changed
+4/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- hspec-discover.cabal +3/−3
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2012-2018 Simon Hengel <sol@typeful.net>+Copyright (c) 2012-2019 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
@@ -4,13 +4,13 @@ -- -- see: https://github.com/sol/hpack ----- hash: d497f9a6e05d7d3b84aa320f74948b417841a94fbd15e37259c83c3d03f7a462+-- hash: 8f20d8b51d95422ff37876690426d21d0dfcfe7c1ef51bd57c859252ea39c817 name: hspec-discover-version: 2.6.0+version: 2.6.1 license: MIT license-file: LICENSE-copyright: (c) 2012-2018 Simon Hengel+copyright: (c) 2012-2019 Simon Hengel author: Simon Hengel <sol@typeful.net> maintainer: Simon Hengel <sol@typeful.net> build-type: Simple