File: CHANGELOG.md

package info (click to toggle)
haskell-natural-transformation 0.4-9
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96 kB
  • sloc: haskell: 108; makefile: 6
file content (23 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 0.4
* Rename `Nat` constructor to `NT`
* Rename `run` to `unwrapNT`
* Rename `nat` to `wrapNT`
* Backport the `Semigroup` instance for `(:~>)` by conditionally depending on
  the `semigroups` package

# 0.3.1
* Adding `run` and `nat`.

# 0.3
* Adding Object
* Rolled Control.Transformation into Control.Natural
* Added RULES module
* Required GHC 7.8 or greater
* `Semigroup` instance for `(:~>)` on GHC 8.0 and up

# 0.2
* Require GHC 7.6 or greater
* Exposed `~>` type synonym

# 0.1
* Initial commit