packages feed

pointless-fun 1.1.0.8 → 1.1.0.13

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 view
@@ -1,3 +1,18 @@+1.1.0.13 (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.1.0.12 (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.1.0.11 (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.1.0.10 (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.1.0.9 (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.1.0.8 (2021-10-17):     - Updating emails/urls     - Started GithubActions for CI
README.md view
@@ -1,8 +1,9 @@ pointless-fun =============+[![CI Status](https://github.com/wrengr/pointless-fun/actions/workflows/ci.yml/badge.svg)](https://github.com/wrengr/pointless-fun/actions?query=workflow%3Aci+-event%3Apull_request) [![Hackage version](https://img.shields.io/hackage/v/pointless-fun.svg?style=flat)](https://hackage.haskell.org/package/pointless-fun) -[![Build Status](https://github.com/wrengr/pointless-fun/workflows/ci/badge.svg)](https://github.com/wrengr/pointless-fun/actions?query=workflow%3Aci)-[![Dependencies](https://img.shields.io/hackage-deps/v/pointless-fun.svg?style=flat)](http://packdeps.haskellers.com/specific?package=pointless-fun)+[![Stackage LTS version](https://stackage.org/package/pointless-fun/badge/lts)](https://stackage.org/lts/package/pointless-fun)+[![Stackage Nightly version](https://stackage.org/package/pointless-fun/badge/nightly)](https://stackage.org/nightly/package/pointless-fun)  Some common point-free combinators. Including strict composition, and type-signature-like combinators for coercing inputs and outputs
pointless-fun.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:           pointless-fun-Version:        1.1.0.8+Version:        1.1.0.13+Build-Type:     Simple Stability:      provisional Homepage:       https://wrengr.org/software/hackage.html Bug-Reports:    https://github.com/wrengr/pointless-fun/issues Author:         wren gayle romano, Matt Hellige Maintainer:     wren@cpan.org-Copyright:      Copyright (c) 2009–2021 wren gayle romano-License:        BSD3+Copyright:      2009–2025 wren romano+-- Cabal-2.2 requires us to say "BSD-3-Clause" not "BSD3"+License:        BSD-3-Clause License-File:   LICENSE  Category:       Combinators, Composition, Utils@@ -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