packages feed

papa-implement 0.2.1 → 0.2.2

raw patch · 2 files changed

+10/−4 lines, 2 filesdep +lensdep +semigroupoids

Dependencies added: lens, semigroupoids

Files

changelog view
@@ -1,3 +1,7 @@+0.2.2++* Complete Bool library.+ 0.2.1  * Initial release
papa-implement.cabal view
@@ -1,5 +1,5 @@ name:               papa-implement-version:            0.2.1+version:            0.2.2 license:            BSD3 license-file:       LICENSE author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>@@ -8,15 +8,15 @@ synopsis:           Reasonable default import category:           Prelude description:        Reasonable default import-homepage:           https://github.com/data61/papa-implement-bug-reports:        https://github.com/data61/papa-implement/issues+homepage:           https://github.com/data61/papa+bug-reports:        https://github.com/data61/papa/issues cabal-version:      >= 1.10 build-type:         Custom extra-source-files: changelog  source-repository   head   type:             git-  location:         git@github.com:data61/papa-implement.git+  location:         git@github.com:data61/papa.git  flag                small_base   description:      Choose the new, split-up base package.@@ -31,6 +31,8 @@                     , papa-bifunctors-implement >= 0.2.0 && < 1                     , papa-lens-implement >= 0.2.0 && < 1                     , papa-semigroupoids-implement >= 0.2.0 && < 1+                    , semigroupoids >= 5 && < 6+                    , lens >= 4 && < 5                       ghc-options:                     -Wall