File: CHANGES.txt

package info (click to toggle)
haskell-safe 0.3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 84 kB
  • sloc: haskell: 307; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 689 bytes parent folder | download
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
Changelog for Safe

0.3.8
    #8, remove unnecessary Ord constraints from Foldable functions
0.3.7
    Add Def variants of the Exact functions
0.3.6
    #6, remove unnecessary Ord constraints from maximumBy/minimumBy
0.3.5
    Add Safe elemIndexJust/findIndexJust functions
    Add Safe scan functions
    Add Safe minimumBy/maximumBy functions
    Add a module of Exact functions
    Add Foldable minimum functions
    Clean up the Foldable module, deprecate the Safe variants
0.3.4
    #1, improve the string clipping in readNote
0.3.3
    #494, add foldl1' wrappings
0.3.2
    Add a Safe.Foldable module
0.3.1
    Add findJust, safe wrapping of fromJust/find
0.3
    Start of changelog