Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 17:19:24 UTC Now

2023-10-27 15:12:31 UTC MAIN commitmail json YAML

devel/hs-base-compat-batteries: Update to 0.13.1

Changes in 0.13.1 [2023.10.11]
* This coincides with the base-compat-batteries-0.13.1 release. Refer to
  the base-compat-batteries changelog for more details.

Changes in 0.13.0 [2023.03.10]
* This coincides with the base-compat-0.13.0 release. Refer to the
  base-compat changelog for more details.
* Require OneTuple-0.4 or later on GHC 7.4+, as that is the first OneTuple
  release to backport the MkSolo data constuctor for Solo. See
  Data.Tuple.Compat.
* Introduce Data.Foldable1.Compat and Data.Bifoldable1.Compat modules,
  which correspond to changes made in base-4.18.0.0. base-compat-batteries
  uses the foldable1-classes-compat library to backport this code to older
  versions of base.
* Depend on bifunctor-classes-compat to backport the Bifunctor, Bifoldable,
  and Bitraversable classes instead of the bifunctors library, which has
  more dependencies.

Changes in 0.12.3 [2023.07.12]
* Allow building with OneTuple-0.4.*.

(pho)