packages feed

universum 1.6.0 → 1.6.1

raw patch · 3 files changed

+10/−3 lines, 3 filesdep ~text

Dependency ranges changed: text

Files

CHANGES.md view
@@ -1,6 +1,12 @@ Unreleased ===== +1.6.1+=====++* [#219](https://github.com/serokell/universum/issues/219):+  Bump upper bound on `text`.+ 1.6.0 ===== 
CONTRIBUTING.md view
@@ -51,7 +51,7 @@ Processing of an issue depends on its category. Specifically: 1. A `not-code` issue can be resolved at any time. PRs can be merged whenever GitHub allows it.-Minimal number of approvals is set to 2 in GitHub settings.+Minimal number of approvals is set in GitHub settings. 2. Rules for the `fix` issues are the same as for `not-code` with an additional rule that PRs for such issues should increase the last component in the version and this version should be uploaded to Hackage as soon as the PR is merged (also new tag and release are created). 3. Work on the `feature` issues is organized in milestones. Each milestone corresponds to a release which increases at least the third (`feature`) version component.
universum.cabal view
@@ -1,5 +1,5 @@ name:                universum-version:             1.6.0+version:             1.6.1 synopsis:            Custom prelude used in Serokell description:         See README.md file for more details. homepage:            https://github.com/serokell/universum@@ -17,6 +17,7 @@                    , GHC == 8.2.2                    , GHC == 8.4.3                    , GHC == 8.6.5+                   , GHC == 8.8.1 extra-doc-files:     CHANGES.md                    , CONTRIBUTING.md                    , README.md@@ -84,7 +85,7 @@                      , stm                      -- Make sure that "toString-toText-rewritting" note                      -- is still valid when bumping this constraint.-                     , text >= 1.0.0.0 && <= 1.2.3.1+                     , text >= 1.0.0.0 && <= 1.2.4.0                      , transformers                      , unordered-containers                      , utf8-string