possibly 0.0.0.1 → 1.0.0.0
raw patch · 1 files changed
+5/−5 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- possibly.cabal +5/−5
possibly.cabal view
@@ -4,15 +4,15 @@ -- -- see: https://github.com/sol/hpack ----- hash: 81cf25ba1d1ad291f25157e1056bd539e3fcb065cbf48f1d3f5a03a99182c4b9+-- hash: 16b2d3d50b0e80f0f18dd79af1f34f52f21ef5ac413d18cc193dc0d7b3452fb0 name: possibly-version: 0.0.0.1+version: 1.0.0.0 synopsis: type Possibly a = Either String a description: A surprisingly useful type synonym for Either in which the Left diagnostic is a String, i.e, @type Possibly a = Either String a@ category: data-homepage: https://github.com/cdornan/possibly#readme-bug-reports: https://github.com/cdornan/possibly/issues+homepage: https://github.com/cdornan/enum-text#readme+bug-reports: https://github.com/cdornan/enum-text/issues author: Chris Dornan maintainer: chris@chrisdornan.com copyright: 2019 Chris Dornan@@ -25,7 +25,7 @@ source-repository head type: git- location: https://github.com/cdornan/possibly+ location: https://github.com/cdornan/enum-text library exposed-modules: