packages feed

papa-lens-implement 0.2.1 → 0.3.0

raw patch · 3 files changed

+19/−16 lines, 3 filesnew-uploaderPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

− changelog
@@ -1,8 +0,0 @@-0.2.1--* `collapse[N]` and `map[N]` functions.-*  Generalised `catMaybes` and `mapMaybe`.--0.2.0--* Initial release.
+ changelog.md view
@@ -0,0 +1,8 @@+0.2.1++* `collapse[N]` and `map[N]` functions.+*  Generalised `catMaybes` and `mapMaybe`.++0.2.0++* Initial release.
papa-lens-implement.cabal view
@@ -1,22 +1,25 @@ name:               papa-lens-implement-version:            0.2.1+version:            0.3.0 license:            BSD3 license-file:       LICENSE-author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>-maintainer:         Tony Morris+author:             Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>+maintainer:         Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ> copyright:          Copyright (c) 2017, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230. synopsis:           useful `lens` functions reimplemented category:           Prelude-description:        useful `lens` functions reimplemented-homepage:           https://github.com/data61/papa-lens-implement-bug-reports:        https://github.com/data61/papa-lens-implement/issues+description:+  <<http://i.imgur.com/uZnp9ke.png>>+  .+  useful `lens` functions reimplemented+homepage:           https://github.com/qfpl/papa+bug-reports:        https://github.com/qfpl/papa/issues cabal-version:      >= 1.10 build-type:         Custom-extra-source-files: changelog+extra-source-files: changelog.md  source-repository   head   type:             git-  location:         git@github.com:data61/papa-lens-implement.git+  location:         git@github.com:qfpl/papa.git  flag                small_base   description:      Choose the new, split-up base package.