data-or 1.0.0.7 → 1.0.0.12
raw patch · 3 files changed
+39/−11 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG +15/−0
- README.md +3/−2
- data-or.cabal +21/−9
CHANGELOG view
@@ -1,3 +1,18 @@+1.0.0.12 (2026-02-28):+ - Added `Tested-With: GHC == 9.12, 9.14` (didn't actually need to+ nudge the upper bound on 'base', because it's already lenient)+1.0.0.11 (2024-08-29):+ - Added `Tested-With: GHC == 9.8, 9.10` (didn't actually need to+ nudge the upper bound on 'base', because it's already lenient)+1.0.0.10 (2023-03-19):+ - Added `Tested-With: GHC == 9.6.1` (didn't actually need to+ nudge the upper bound on 'base', because it's already lenient)+1.0.0.9 (2022-08-28):+ - Added `Tested-With: GHC == 9.4.1` (didn't actually need to+ nudge the upper bound on 'base', because it's already lenient)+1.0.0.8 (2021-11-02):+ - Added `Tested-With: GHC == 9.2.1` (didn't actually need to+ nudge the upper bound on 'base', because it's already lenient) 1.0.0.7 (2021-10-17): - Updating emails, urls, etc - Started GithubActions for CI
README.md view
@@ -1,8 +1,9 @@ data-or =======+[](https://github.com/wrengr/data-or/actions?query=workflow%3Aci+-event%3Apull_request) [](https://hackage.haskell.org/package/data-or) -[](https://github.com/wrengr/data-or/actions?query=workflow%3Aci)-[](http://packdeps.haskellers.com/specific?package=data-or)+[](https://stackage.org/lts/package/data-or)+[](https://stackage.org/nightly/package/data-or) This package provides a data type for non-exclusive disjunction. In addition we provide a non-truncating version of `zip`, `zipWith`,
data-or.cabal view
@@ -1,20 +1,25 @@+Cabal-Version: 2.2+-- Cabal >=2.2 is required for:+-- <https://cabal.readthedocs.io/en/latest/cabal-package.html#common-stanzas>+-- Since 2.1, the Cabal-Version must be the absolutely first thing+-- in the file, even before comments. Also, no longer uses ">=".+-- <https://github.com/haskell/cabal/issues/4899>+ ------------------------------------------------------------------- wren gayle romano <wren@cpan.org> ~ 2021.10.17+-- wren gayle romano <wren@cpan.org> ~ 2026-02-26 ---------------------------------------------------------------- --- Cabal >=1.10 is required by Hackage.-Cabal-Version: >= 1.10-Build-Type: Simple- Name: data-or-Version: 1.0.0.7+Version: 1.0.0.12+Build-Type: Simple Stability: provisional Homepage: https://wrengr.org/software/hackage.html Bug-Reports: https://github.com/wrengr/data-or/issues Author: wren gayle romano Maintainer: wren@cpan.org-Copyright: Copyright (c) 2010–2021 wren gayle romano-License: BSD3+Copyright: 2010–2026 wren romano+-- Cabal-2.2 requires us to say "BSD-3-Clause" not "BSD3"+License: BSD-3-Clause License-File: LICENSE Category: Data@@ -33,7 +38,14 @@ GHC ==8.6.5, GHC ==8.8.4, GHC ==8.10.3,- GHC ==9.0.1+ GHC ==9.0.1,+ GHC ==9.2.4,+ GHC ==9.4.8,+ GHC ==9.6.5,+ GHC ==9.8.2,+ GHC ==9.10.1,+ GHC ==9.12.1,+ GHC ==9.14.1 Source-Repository head Type: git