File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
- # 0.2
1
+ ## 0.2.0.1
2
2
3
- Changed the CVSS v2 parser and printer to omit the "CVSS:2.0/" version prefix according to the spec.
3
+ * Update ` tasty ` dependency bounds
4
4
5
- # 0.1
5
+ ## 0.2
6
6
7
- Introduction
7
+ * Changed the CVSS v2 parser and printer to omit the "CVSS:2.0/" version prefix according to the spec.
8
+
9
+ ## 0.1
10
+
11
+ * Introduction
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
name : cvss
3
- version : 0.2
3
+ version : 0.2.0.1
4
4
synopsis : Common Vulnerability Scoring System.
5
5
description :
6
6
Use this library to parse CVSS string and compute its score.
@@ -32,7 +32,7 @@ test-suite spec
32
32
build-depends :
33
33
, base < 5
34
34
, cvss
35
- , tasty < 1.6
35
+ , tasty < 2
36
36
, tasty-hunit < 1.0
37
37
, text
38
38
You can’t perform that action at this time.
0 commit comments