-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog
52 lines (38 loc) · 1.75 KB
/
changelog
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
-*-change-log-*-
0.1.4.2 Ross Paterson <[email protected]> Dec 2018
* Fixed bug in search
0.1.4.1 Ross Paterson <[email protected]> Mar 2018
* Disabled Generic instances for GHC <= 7.6
0.1.4.0 Ross Paterson <[email protected]> Mar 2018
* Added Generic instances
0.1.3.1 Ross Paterson <[email protected]> Dec 2017
* Fixed Data.IntervalMap.FingerTree.bounds
0.1.3.0 Ross Paterson <[email protected]> Nov 2017
* Fixed Show instance for IntervalMap
* Added bounds, leastView and splitAfter to IntervalMap
0.1.2.1 Ross Paterson <[email protected]> Oct 2017
* Fix for GHC <= 7.8
0.1.2.0 Ross Paterson <[email protected]> Oct 2017
* Removed constraint on the type of null
* Added versions of fmap and traverse passing the measures of both sides
* Added new search function, a symmetrical generalization of split
* Added Eq, Ord and Show instances for IntervalMap and PriorityQueue
* Made low and high into separate functions
* Updated for Monoid, Foldable, Traversable in Prelude
* Made compatible with Semigroup/Monoid proposal
0.1.1.0 Ross Paterson <[email protected]> Jun 2015
* Added Safe for GHC >= 7.2
* Added AutoDeriveTypeable for GHC >= 7.10
0.1.0.2 Ross Paterson <[email protected]> Mar 2015
* Cabal file updates
0.1.0.1 Ross Paterson <[email protected]> Feb 2015
* fix warnings
0.1.0.0 Ross Paterson <[email protected]> Jun 2013
* Added Monoid instance for IntervalMap
* Removed unnecessary Measured v a constraints on Eq, Ord, and Show instances
0.0.1.1 Ross Paterson <[email protected]> Sep 2012
* Cabal file updates
0.0.1.0 Ross Paterson <[email protected]> Jul 2009
* Added Data.IntervalMap.FingerTree and Data.PriorityQueue.FingerTree
0.0 Ross Paterson <[email protected]> May 2007
* Initial revision