File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.0.2
2
+
3
+ * Update ` osv ` dependency bounds
4
+ * Update ` tasty ` dependency bounds
5
+
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
name : hsec-core
3
- version : 0.2.0.1
3
+ version : 0.2.0.2
4
4
5
5
-- A short (one-line) description of the package.
6
6
synopsis : Core package representing Haskell advisories
@@ -33,7 +33,7 @@ library
33
33
, base >= 4.14 && < 5
34
34
, Cabal-syntax >= 3.8.1.0 && < 3.15
35
35
, cvss >= 0.2 && < 0.3
36
- , osv >= 0.1 && < 0.2
36
+ , osv >= 0.1 && < 0.3
37
37
, pandoc-types >= 1.22 && < 2
38
38
, safe >= 0.3 && < 0.4
39
39
, text >= 1.2 && < 3
@@ -52,7 +52,7 @@ test-suite spec
52
52
, base
53
53
, cvss
54
54
, hsec-core
55
- , tasty < 1.5
55
+ , tasty < 2
56
56
, tasty-hunit < 0.11
57
57
, text
58
58
You can’t perform that action at this time.
0 commit comments