The NetBSD Project

CVS log for pkgsrc/devel/hs-base-orphans/Makefile

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

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 (3 weeks, 2 days 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 (7 weeks, 4 days ago) by pho
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
Bump all Haskell packages after switching the default compiler.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Jan 29 19:17:28 2025 UTC (8 weeks, 1 day ago) by pho
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -3 lines
devel/hs-base-orphans: update to 0.9.3

## Changes in 0.9.3 [2024.12.06]
 - Backport new instances from GHC 9.12/`base-4.21`:
   * `MonadFix` instance for `(,) a`
   * `Eq1`, `Ord1`, `Read1`, and `Show1` instances for basic `GHC.Generics`
     representation types
   * `Show` instance for `UAddr`
 - Drop support for pre-8.0 versions of GHC.

## Changes in 0.9.2 [2024.04.30]
 - Backport new instances from GHC 9.10/`base-4.20`:
   * `Fractional`, `RealFrac`, `Floating`, and `RealFloat` instances for `Compose`

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu May 9 01:31:46 2024 UTC (10 months, 2 weeks 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, 3 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 -1 lines
Revbump all Haskell after updating lang/ghc96

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Oct 25 13:49:51 2023 UTC (17 months ago) by pho
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -3 lines
devel/hs-base-orphans: Update to 0.9.1

Changes in 0.9.1 [2023.10.11]
* Backport new instances from GHC 9.8/base-4.19:
  - Eq and Ord instances for SChar, SNat, and SSymbol
  - Enum, Bounded, Num, Real, and Integral instances for Compose

Changes in 0.9.0 [2023.03.05]
* Adapt to recent changes to Down instances:
  - The Bounded instance for Down was changed in base-4.15.0.0 to swap the
    values of minBound and maxBound for the underlying type. This change
    has now been propagated to base-orphans.
  - The Enum instance for Down was removed in base-4.15.0.0, but a
    different version of the instance was added back in base-4.18.0.0,
    where succ and pred are swapped. We have changed the backported version
    of this instance in base-orphans to match the behavior of the instance
    added in base-4.18.0.0.
  - The Integral instance for Down was removed from base entirely in
    base-4.15.0.0. We have finally removed it from base-orphans in this
    release, as it actively makes it more difficult to define the
    aforementioned Enum instance.

Changes in 0.8.8.1 [2023.03.05]
* Fix GHC 9.4 build error that was accidentally introduced in
  base-orphans-0.8.8.

Changes in 0.8.8 [2023.03.05]
* Backport new instances from GHC 9.6.1/base-4.18.0.0:
  - Functor instances for the (,,,,) a b c d, (,,,,,) a b c d e, and
    (,,,,,) a b c d e f tuple types.
  - Eq and Ord instances for Generically1

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Oct 9 04:54:08 2023 UTC (17 months, 2 weeks 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 -1 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
Thu Aug 18 18:28:30 2022 UTC (2 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -3 lines
hs-base-orphans: update to 0.8.7.

## Changes in 0.8.7 [2022.08.11]
 - Backport new instances from GHC 9.2.2/`base-4.16.1.0`:
   * `Ix` instances for various integral types in `Foreign.C.Types`,
     `Foreign.Ptr`, and `System.Posix.Types`. For a complete list of such types,
     see https://gitlab.haskell.org/ghc/ghc/-/merge_requests/7385.
 - Backport a bugfix for the `Ord1 Down` instance from GHC 9.4/`base-4.17` such
   that it now uses reverse sort order.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Feb 26 03:57:49 2022 UTC (3 years, 1 month ago) by pho
Branches: MAIN
CVS tags: 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 -1 lines
revbump after changing the default Haskell compiler

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Feb 11 09:31:38 2022 UTC (3 years, 1 month ago) by pho
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -3 lines
Update to base-orphans-0.8.6

Changes in 0.8.6 [2021.10.29]
* Backport Eq, Ord, Bounded, Enum, and Ix instances for Solo, introduced in
  GHC 9.2/base-4.16
* Remove the backported Eq1 and Ord1 instances for Fixed that were
  introduced in base-orphans-0.8.5. While these briefly appeared in a
  release candidate version of GHC 9.2.1, they were ultimately removed from
  the final 9.2.1 release. This release of base-orphans synchronizes with
  that change.

Changes in 0.8.5 [2021.08.29]
* Backport new instances from GHC 9.2/base-4.16
  * Eq1, Read1, and Show1 instances for Complex
  * Eq1 and Ord1 instances for Fixed
  * Eq{1,2}, Ord{1,2}, Show{1,2}, and Read{1,2} instances for (,,) and (,,,)
  * Semigroup and Monoid instances for Data.Functor.Product and
    Data.Functor.Compose

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 -1 lines
*: Bump PKGREVISION for ghc-9.0.1

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Apr 23 07:54:05 2021 UTC (3 years, 11 months ago) by pho
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Update to base-orphans-0.8.4

Changes in 0.8.4 [2020.12.09]
* Backport the Ord instances for TyCon and TypeRep to be available on
  GHC 7.0.

Changes in 0.8.3 [2020.09.30]
* Backport new instances from GHC 9.0/base-4.15
  - MonadFix and MonadZip instances for Complex
  - Ix instances for tuples of size 6 through 15

Changes in 0.8.2 [2020.01.27]
* Backport new instances from GHC 8.10/base-4.14
  - Bits, Bounded, Enum, FiniteBits, Floating, Fractional, Integral,
    Ix, Real, RealFrac, RealFloat and Storable instances for
    Data.Ord.Down
  - Functor, Applicative, Monad, Alternative, and MonadPlus instances
    for Kleisli
  - Functor, Applicative, and Monad instances for (,,) a b and (,,,) a
    b c
  - Data instances for WrappedArrow and WrappedMonad
  - Data and IsList instances for ZipList
  - TestEquality instance for Compose
* Backport the Typeable (() :: Constraint) instance to be available on
  GHC 7.8.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Dec 31 17:57:42 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-orphans-0.8.1

base-orphans defines orphan instances that mimic instances available
in later versions of base to a wider (older) range of
compilers. base-orphans does not export anything except the orphan
instances themselves and complements base-compat. See the README for
what instances are covered:
https://github.com/haskell-compat/base-orphans#readme. See also the
what is not covered section.

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>