packages feed

papa 0.2.1 → 0.3.0

raw patch · 4 files changed

+40/−36 lines, 4 filesdep +papa-xdep +papa-x-exportdep +papa-x-implementdep −papa-exportdep −papa-implementdep ~papa-basedep ~papa-base-exportdep ~papa-base-implementnew-uploaderPVP ok

version bump matches the API change (PVP)

Dependencies added: papa-x, papa-x-export, papa-x-implement

Dependencies removed: papa-export, papa-implement

Dependency ranges changed: papa-base, papa-base-export, papa-base-implement, papa-bifunctors, papa-bifunctors-export, papa-bifunctors-implement, papa-lens, papa-lens-export, papa-lens-implement, papa-semigroupoids, papa-semigroupoids-export, papa-semigroupoids-implement

API changes (from Hackage documentation)

Files

LICENSE view
@@ -5,7 +5,7 @@ (CSIRO) ABN 41 687 119 230.  All rights reserved. CSIRO is willing to grant you a license to this-aemo-webservice on the following terms, except where otherwise indicated for+software on the following terms, except where otherwise indicated for third party material.  Redistribution and use of this software in source and binary forms, with or
− changelog
@@ -1,12 +0,0 @@-0.2.0--* Reorganisation of all `papa` packages.--0.1.0--* Reorganisation of all `papa` packages.--0.0.1--* Initial release-
+ changelog.md view
@@ -0,0 +1,12 @@+0.2.0++* Reorganisation of all `papa` packages.++0.1.0++* Reorganisation of all `papa` packages.++0.0.1++* Initial release+
papa.cabal view
@@ -1,22 +1,25 @@ name:               papa-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) 2016, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230. synopsis:           Reasonable default import category:           Prelude-description:        Reasonable default import-homepage:           https://github.com/data61/papa-bug-reports:        https://github.com/data61/papa/issues+description:+  <<http://i.imgur.com/uZnp9ke.png>>+  .+  Reasonable default import+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.git+  location:         git@github.com:qfpl/papa.git  flag                small_base   description:      Choose the new, split-up base package.@@ -27,21 +30,22 @@    build-depends:                     base >= 4.8 && < 5-                    , papa-base >= 0.2.0 && < 1-                    , papa-base-export >= 0.2.0 && < 1-                    , papa-base-implement >= 0.2.0 && < 1-                    , papa-bifunctors >= 0.2.0 && < 1-                    , papa-bifunctors-export >= 0.2.0 && < 1-                    , papa-bifunctors-implement >= 0.2.0 && < 1-                    , papa-lens >= 0.2.0 && < 1-                    , papa-lens-export >= 0.2.0 && < 1-                    , papa-lens-implement >= 0.2.0 && < 1-                    , papa-semigroupoids >= 0.2.0 && < 1-                    , papa-semigroupoids-export >= 0.2.0 && < 1-                    , papa-semigroupoids-implement >= 0.2.0 && < 1-                    , papa-export >= 0.2.0 && < 1-                    , papa-implement >= 0.2.0 && < 1-                   +                    , papa-base >= 0.3.0 && < 1+                    , papa-base-export >= 0.3.0 && < 1+                    , papa-base-implement >= 0.3.0 && < 1+                    , papa-bifunctors >= 0.3.0 && < 1+                    , papa-bifunctors-export >= 0.3.0 && < 1+                    , papa-bifunctors-implement >= 0.3.0 && < 1+                    , papa-lens >= 0.3.0 && < 1+                    , papa-lens-export >= 0.3.0 && < 1+                    , papa-lens-implement >= 0.3.0 && < 1+                    , papa-semigroupoids >= 0.3.0 && < 1+                    , papa-semigroupoids-export >= 0.3.0 && < 1+                    , papa-semigroupoids-implement >= 0.3.0 && < 1+                    , papa-x >= 0.3.0 && < 1+                    , papa-x-export >= 0.3.0 && < 1+                    , papa-x-implement >= 0.3.0 && < 1+                       ghc-options:                     -Wall