monad-state 0.2.0.1 → 0.2.0.3
raw patch · 3 files changed
+30/−15 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +8/−0
- README.md +0/−0
- monad-state.cabal +22/−15
+ CHANGELOG.md view
@@ -0,0 +1,8 @@+PLACEHOLDER+-----++0.2.0.3+-----+* Add homepage and bug-reports to cabal file, linking to the github repository+ and its issue tracker, respectively.+* Added `CHANGELOG.md`.
+ README.md view
monad-state.cabal view
@@ -1,18 +1,25 @@-name: monad-state--- Don't forget to bump the tag too.-version: 0.2.0.1-cabal-version: >= 1.10-build-type: Simple-license: BSD3-license-file: LICENSE-copyright: Copyright (C) 2010 Byron James Johnson-author: Byron James Johnson-maintainer: ByronJohnsonFP@gmail.com-category: Control, Data, Monads-tested-with: GHC == 7.0.2-synopsis: Utility library for monads, particularly those involving state+name: monad-state+-- Don't forget to bump the tag and CHANGELOG placeholder too.+version: 0.2.0.3+cabal-version: >= 1.18+build-type: Simple+license: BSD3+license-file: LICENSE+copyright: Copyright (C) 2010 Byron James Johnson+author: Byron James Johnson+maintainer: ByronJohnsonFP@gmail.com+category: Control, Data, Monads+homepage: https://github.com/bairyn/monad-state+bug-reports: https://github.com/bairyn/monad-state/issues+tested-with: GHC == 7.8.3+extra-source-files:+-- The extra-doc-files property requires cabal-version >= 1.18.+extra-doc-files:+ README.md+ ,CHANGELOG.md+synopsis: Utility library for monads, particularly those involving state. description:- Utility library for monads, particularly those involving state+ Utility library for monads, particularly those involving state. library default-language: Haskell2010@@ -60,4 +67,4 @@ source-repository this type: git location: git@github.com:bairyn/monad-state.git- tag: v0.2.0.1+ tag: v0.2.0.3