Skip to content

Commit 92b1d47

Browse files
committed
chore: update hsec-core osv and tasty dependency bounds and bump 0.2.0.2
1 parent 9347bce commit 92b1d47

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

code/hsec-core/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 0.2.0.2
2+
3+
* Update `osv` dependency bounds
4+
* Update `tasty` dependency bounds
5+

code/hsec-core/hsec-core.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: hsec-core
3-
version: 0.2.0.1
3+
version: 0.2.0.2
44

55
-- A short (one-line) description of the package.
66
synopsis: Core package representing Haskell advisories
@@ -33,7 +33,7 @@ library
3333
, base >=4.14 && <5
3434
, Cabal-syntax >=3.8.1.0 && <3.15
3535
, cvss >= 0.2 && < 0.3
36-
, osv >= 0.1 && < 0.2
36+
, osv >= 0.1 && < 0.3
3737
, pandoc-types >=1.22 && <2
3838
, safe >=0.3 && <0.4
3939
, text >=1.2 && <3
@@ -52,7 +52,7 @@ test-suite spec
5252
, base
5353
, cvss
5454
, hsec-core
55-
, tasty <1.5
55+
, tasty <2
5656
, tasty-hunit <0.11
5757
, text
5858

0 commit comments

Comments
 (0)