-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCHANGELOG
More file actions
26 lines (20 loc) · 719 Bytes
/
Copy pathCHANGELOG
File metadata and controls
26 lines (20 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
1.3.1 -> 1.4
- mbCombine and mbSwap require a proxy parameter to avoid
running the function representation multiple times
1.2.3 -> 1.2.4
- exposed NuMatchingObj to the user
- updated cabal file to handle newer versions of GHC
- added a number of NuMatching and Liftable instances
1.2.2 -> 1.2.3
- Renamed Cl and unCl to Closed and unClosed, respectively
- Moved mkClosed to Internal/Closed.hs
- Added the Closable typeclass
- Added clApplyCl
1.2.1 -> 1.2.2
- Added NuMatching and Liftable instances for the unit type
1.2 -> 1.2.1
- Renamed Data.Type.HList to Data.Type.RList
- Now using DataKinds to represent right-lists of types
1.1.1 -> 1.2
- Added Closed type
- Updated to work with stack and also ghc-7.10