failure 0.1.0 → 0.1.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- failure.cabal +3/−3
failure.cabal view
@@ -1,11 +1,11 @@ name: failure-version: 0.1.0+version: 0.1.0.1 Cabal-Version: >= 1.6 build-type: Simple-license: PublicDomain+license: BSD3 author: Pepe Iborra, Michael Snoyman, Nicolas Pouillard maintainer: pepeiborra@gmail.com-homepage: http://github.com/snoyberg/failure+homepage: http://www.haskell.org/haskellwiki/Failure description: A simple type class for success/failure computations. synopsis: A simple type class for success/failure computations. category: Control, Monads, Failure