hspec 1.0.0 → 1.0.0.1
raw patch · 1 files changed
+4/−1 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hspec.cabal +4/−1
hspec.cabal view
@@ -1,5 +1,5 @@ name: hspec-version: 1.0.0+version: 1.0.0.1 cabal-version: >= 1.8 build-type: Simple license: BSD3@@ -10,6 +10,7 @@ maintainer: trystan.s@comcast.net stability: experimental bug-reports: https://github.com/hspec/hspec/issues+homepage: http://hspec.github.com/ synopsis: Behavior Driven Development for Haskell description: Behavior Driven Development for Haskell .@@ -17,6 +18,8 @@ Hspec is just a framework for running HUnit and QuickCheck tests. Compared to other options, it provides a much nicer syntax that makes tests very easy to read.+ .+ Read the introductory documentation: <http://hspec.github.com/> source-repository head type: git