papa-bifunctors 0.2.0 → 0.3.0
raw patch · 3 files changed
+22/−19 lines, 3 filesdep ~papa-bifunctors-exportdep ~papa-bifunctors-implementnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: papa-bifunctors-export, papa-bifunctors-implement
API changes (from Hackage documentation)
Files
- changelog +0/−8
- changelog.md +8/−0
- papa-bifunctors.cabal +14/−11
− changelog
@@ -1,8 +0,0 @@-0.2.0--* More reorganisation.--0.1.0--* Reorganisation of all `papa` packages.-* Initial release.
+ changelog.md view
@@ -0,0 +1,8 @@+0.2.0++* More reorganisation.++0.1.0++* Reorganisation of all `papa` packages.+* Initial release.
papa-bifunctors.cabal view
@@ -1,22 +1,25 @@ name: papa-bifunctors-version: 0.2.0+version: 0.3.0 license: BSD3 license-file: LICENSE-author: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>-maintainer: Tony Morris-copyright: Copyright (c) 2016, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.+author: Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>+maintainer: Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>+copyright: Copyright (c) 2016-2017, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230. synopsis: Prelude with only useful functions category: Prelude-description: Prelude with only useful functions-homepage: https://github.com/data61/papa-bifunctors-bug-reports: https://github.com/data61/papa-bifunctors/issues+description:+ <<http://i.imgur.com/uZnp9ke.png>>+ .+ Prelude with only useful functions+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-bifunctors.git+ location: git@github.com:qfpl/papa.git flag small_base description: Choose the new, split-up bifunctors package.@@ -27,8 +30,8 @@ build-depends: base >= 4.8 && < 5- , papa-bifunctors-export >= 0.2.0- , papa-bifunctors-implement >= 0.2.0+ , papa-bifunctors-export >= 0.3.0 && < 1+ , papa-bifunctors-implement >= 0.3.0 && < 1 ghc-options: -Wall