Path to this page:
./
devel/hs-base-compat-batteries,
Base library compatibility without cpp
Branch: CURRENT,
Version: 0.13.1nb2,
Package name: hs-base-compat-batteries-0.13.1nb2,
Maintainer: pkgsrc-usersProvides functions available in later versions of @base@ to a wider
range of compilers, without requiring you to use CPP pragmas in your
code.
This package provides the same API as the
@<http://hackage.haskell.org/package/base-compat base-compat>@
library, but depends on compatibility packages (such as @semigroups@)
to offer a wider support window than @base-compat@, which has no
dependencies. Most of the modules in this library have the same names
as in @base-compat@ to make it easier to switch between the two. There
also exist versions of each module with the suffix @.Repl.Batteries@,
which are distinct from anything in @base-compat@, to allow for easier
use in GHCi.
Required to run:[
devel/hs-base-compat] [
lang/ghc88]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 18.709 KB
Version history: (Expand)
- (2024-05-09) Updated to version: hs-base-compat-batteries-0.13.1nb2
- (2023-11-02) Updated to version: hs-base-compat-batteries-0.13.1nb1
- (2023-10-27) Updated to version: hs-base-compat-batteries-0.13.1
- (2023-10-09) Updated to version: hs-base-compat-batteries-0.12.2nb2
- (2023-02-09) Updated to version: hs-base-compat-batteries-0.12.2nb1
- (2022-08-18) Updated to version: hs-base-compat-batteries-0.12.2
CVS history: (Expand)
2024-04-29 05:41:32 by Masatake Daimon | Files touched by this commit (1) |
Log message:
devel/hs-base-compat-batteries: Fix build with GHC 9.8
This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
|
2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141) |
Log message:
Revbump all Haskell after updating lang/ghc96
|
2023-10-27 17:12:31 by Masatake Daimon | Files touched by this commit (4) |
Log message:
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.*.
|
2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988) |
Log message:
Bump Haskell packages after updating lang/ghc94
|
2023-01-25 10:33:44 by Masatake Daimon | Files touched by this commit (2) |
Log message:
devel/hs-base-compat-batteries: Update BUILDLINK_{API,ABI}_DEPENDS
|
2022-08-18 20:26:48 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
hs-base-compat-batteries: update to 0.12.2.
## Changes in 0.12.2 [2022.08.11]
- This coincides with the `base-compat-0.12.2` release. Refer to the
[`base-compat` \
changelog](https://github.com/haskell-compat/base-compat/blob/master/base-compat/CHANGES.markdown#changes-in-0122-20220811)
for more details.
|
2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872) |
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
|
2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575) |
Log message:
revbump after changing the default Haskell compiler
|