packages feed

wild-bind-0.1.2.14: ChangeLog.md

# Revision history for wild-bind

## 0.1.2.14  -- 2026-01-08

* Confirm test with `ghc-9.14.1`.

## 0.1.2.13  -- 2025-09-29

* Confirm test with `microlens-0.5`.

## 0.1.2.12  -- 2025-06-19

* Confirm test with `QuickCheck-2.16`.

## 0.1.2.11  -- 2025-03-19

* Confirm test with `ghc-9.12.1`.

## 0.1.2.10  -- 2024-09-25

* Update the dependency version bounds, generated by cabal-plan-bounds and GitHub Workflow.
  Now it adds support for some new dependency versions, but drop support for some old versions.

## 0.1.2.9  -- 2022-11-28

* Confirm test with ghc-9.2.5.

## 0.1.2.8  -- 2021-11-23

* Confirm test with `semigroups-0.20`.

## 0.1.2.7  -- 2021-03-25

* Confirm test with `base-4.15.0.0`

## 0.1.2.6  -- 2020-06-21

* Confirm test with `base-4.14.0.0`

## 0.1.2.5  -- 2019-12-30

* Confirm test with `base-4.13.0.0`

## 0.1.2.4  -- 2019-05-11

* Confirm test with `semigroups-0.19`.


## 0.1.2.3  -- 2018-10-01

* Confirm test with `base-4.12.0.0`


## 0.1.2.2  -- 2018-09-23

* Confirmed test with `stm-2.5.0.0`.


## 0.1.2.1  -- 2018-06-19

* Confirmed test with `containers-0.6.0.1`.


## 0.1.2.0  -- 2018-04-10

* Add `Semigroup` instance to `Binding` and `SeqBinding`.
* Confirmed test with `base-4.11`.


## 0.1.1.1  -- 2018-03-14

* Confirmed test with `hspec-2.5.0`.
  Remove its dependency upper bound, because I think it's stable enough.


## 0.1.1.0  -- 2018-01-01

* Description: add `Describable` instance of `Either`.
* Binding: add some functions: 
  `bindsF`, `bindsF'`, `bindingF`, `bindingF'`, `revise`, `revise'`,
  `justBefore`, `justAfter`
* FrontEnd: derive `Eq` and `Ord` for `FrontEvent`.
* Add `WildBind.Seq` module.
* .cabal: use `other-extensions` instead of `default-extensions`.


## 0.1.0.3  -- 2017-01-24

* Confirmed build with `hspec-2.4.0`.


## 0.1.0.2  -- 2016-10-09

* Confirmed build with `hspec-2.3.0`.


## 0.1.0.1  -- 2016-09-22

* Fix URL in package description.


## 0.1.0.0  -- 2016-09-22

* First version. Released on an unsuspecting world.