summaryrefslogtreecommitdiff
path: root/doc/todo/merge_request:_changes_to_Reboot.hs/comment_2_736788cdf9afc98da3dfd5a120e7978b._comment
blob: fa1048a3be0be89bdbbb10596bdd7ec61dadb372 (plain)
1
2
3
4
5
6
7
8
9
10
11
[[!comment format=mdwn
 username="joey"
 subject="""comment 2"""
 date="2016-06-13T23:13:28Z"
 content="""
readVersionMaybe was buggy; for "4.1.2" it yielded
`Just (Version {versionBranch = [4], versionTags = []})`
which is lacking anything but the major.

I fixed it by taking the maximum of the list of all possible parses.
"""]]