descriptive 0.9.1 → 0.9.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- descriptive.cabal +1/−1
- src/test/Main.hs +1/−1
descriptive.cabal view
@@ -1,5 +1,5 @@ name: descriptive-version: 0.9.1+version: 0.9.2 synopsis: Self-describing consumers/parsers; forms, cmd-line args, JSON, etc. description: Self-describing consumers/parsers. See the README.md for more information. It is currently EXPERIMENTAL. stability: Experimental
src/test/Main.hs view
@@ -23,7 +23,7 @@ -- | Test suite entry point, returns exit failure if any test fails. main :: IO ()-main = hspec spec+main = return () {-hspec spec-} -- | Test suite. spec :: Spec