The NetBSD Project

CVS log for pkgsrc/devel/hs-base-compat/buildlink3.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-base-compat

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Mar 5 03:39:03 2025 UTC (13 days, 20 hours ago) by pho
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
recursive revbump after patching lang/ghc910

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Feb 2 13:04:57 2025 UTC (6 weeks, 2 days ago) by pho
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Bump all Haskell packages after switching the default compiler.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jan 30 04:54:23 2025 UTC (6 weeks, 5 days ago) by pho
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
devel/hs-base-compat: update to 0.14.1

## Changes in 0.14.1 [2024.12.06]
 - Sync with `base-4.21`/GHC 9.12
 - Backport `compareLength` to `Data.List.Compat` and
   `Data.List.NonEmpty.Compat`
 - Backport `inits1` and `tails1` to `Data.List.Compat`
 - Backport `firstA` and `secondA` to `Data.Bitraversable.Compat`
 - Drop support for pre-8.0 versions of GHC.

## Changes in 0.14.0 [2024.04.30]
 - Sync with `base-4.20`/GHC 9.10
 - Backport `foldl'` to `Prelude.Compat`
 - Backport `List` to `Data.List.Compat` (when building with GHC 9.6 or later)
 - Backport `append`, `appendList`, `prependList`, `permutations`,
   `permutations1`, and `sortOn` to `Data.List.NonEmpty.Compat` (when building
   with GHC 8.0 or later)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu May 9 01:31:46 2024 UTC (10 months, 1 week ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Recursive revbump after changing the default Haskell compiler

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Nov 2 06:36:19 2023 UTC (16 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Revbump all Haskell after updating lang/ghc96

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Oct 27 04:57:03 2023 UTC (16 months, 3 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
devel/hs-base-compat: Update to 0.13.1

Changes in 0.13.1 [2023.10.11]
* Sync with base-4.19/GHC 9.8
* Backport unzip to Data.Functor.Compat
* Backport (!?) and unsnoc to Data.List.Compat
* Backport getSolo to Data.Tuple.Compat when building against
  ghc-prim-0.8.0 (GHC 9.2) or later. To backport getSolo to older versions
  of GHC, import Data.Tuple.Compat from base-compat-batteries instead.
* Backport decT and hdecT to Data.Typeable.Compat
* Backport decTypeRep to Type.Reflection.Compat

Changes in 0.13.0 [2023.03.10]
* Sync with base-4.18/GHC 9.6
* Backport liftA2 being re-exported from Prelude.Compat.
* Data.Tuple.Compat's Solo API now matches what is present in Data.Tuple in
  base-4.18. In particular, we now re-export both the MkSolo and Solo data
  constructors when building with ghc-prim-0.10.0 or later, with MkSolo
  being preferred over Solo. If you want to backport MkSolo to earlier
  versions of GHC, import Data.Tuple.Compat from base-compat-batteries
  instead.
* Backport traceWith, traceShowWith, and traceEventWith to
  Debug.Trace. Note that traceEventWith is only provided when building with
  base-4.5 or later, as that is the first version of base to provide the
  traceEvent primitive on which traceEventWith is defined.
* Backport inits1 and tails1 to Data.List.NonEmpty.Compat.
* Backport minusNaturalMaybe to Numeric.Natural.Compat.
* Backport applyWhen to Data.Function.Compat.
* Backport mapAccumM and forAccumM to Data.Traversable.Compat.
* Backport heqT to Data.Typeable.Compat. Note that heqT is only defined
  when building with base-4.10 or later, as that is the first version of
  base to provide the primitives needed to define heqT.
* Introduce Data.Foldable1.Compat and Data.Bifoldable1.Compat modules,
  which correspond to changes made in base-4.18.0.0. You may consider using
  base-compat-batteries instead if you want increase the range of base
  versions that are supported.

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

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Oct 9 04:54:07 2023 UTC (17 months, 1 week ago) by pho
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Bump Haskell packages after updating lang/ghc94

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Feb 7 01:40:28 2023 UTC (2 years, 1 month ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
revbump all the Haskell packages after modifying the runtime system of lang/ghc94

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jan 25 09:32:19 2023 UTC (2 years, 1 month ago) by pho
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
devel/hs-base-compat: Update BUILDLINK_{API,ABI}_DEPENDS

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Feb 26 03:57:49 2022 UTC (3 years ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Feb 12 08:50:28 2022 UTC (3 years, 1 month ago) by pho
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
revbump after changing the default Haskell compiler

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Feb 11 12:55:14 2022 UTC (3 years, 1 month ago) by pho
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Update to base-compat-0.12.1

Changes in 0.12.1 [2021.10.30]
* Backport Solo to Data.Tuple.Compat when building with ghc-prim-0.7.0 or
  later

Changes in 0.12.0 [2021.08.29]
* Sync with base-4.16/GHC 9.2
* Data.Semigroup.Compat{.Repl} no longer re-exports the Option data type or
  the option function, as both have been removed in base-4.16.
* Backport readBin and showBin to Numeric.Compat
* Backport readBinP to Text.Read.Lex.Compat

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jan 18 02:48:04 2022 UTC (3 years, 2 months ago) by pho
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Bump packages that depends on GHC

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon May 3 19:00:55 2021 UTC (3 years, 10 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
*: Bump PKGREVISION for ghc-9.0.1

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Apr 23 05:06:44 2021 UTC (3 years, 10 months ago) by pho
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Update to base-compat-0.11.2

Changes in 0.11.2 [2020.09.30]
* Sync with base-4.15/GHC 9.0
* Backport singleton to Data.List and Data.List.NonEmpty
* Backport hGetContents', getContents', and readFile' added to System.IO

Changes in 0.11.1 [2020.01.27]
* Sync with base-4.14/GHC 8.10
* Backport isResourceVanishedError, resourceVanishedErrorType, and
  isResourceVanishedErrorType to System.IO.Error.Compat.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Dec 31 17:40:50 2019 UTC (5 years, 2 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Import base-compat-0.11.0

Provides functions available in later versions of base to a wider
range of compilers, without requiring you to use CPP pragmas in your
code. See the README for what is covered. Also see the changelog for
recent changes.

Note that base-compat does not add any orphan instances. There is a
separate package, base-orphans, for that.

In addition, base-compat does not backport any data types or type
classes. See this section of the README for more info.

base-compat is designed to have zero dependencies. For a version of
base-compat that depends on compatibility libraries for a wider
support window, see the base-compat-batteries package. Most of the
modules in this library have the same names as in
base-compat-batteries to make it easier to switch between the
two. There also exist versions of each module with the suffix .Repl,
which are distinct from anything in base-compat-batteries, to allow
for easier use in GHCi.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>