Skip to content

Commit 1fcde38

Browse files
committed
chore: update hsec-tools osv and tasty dependency bounds and bump 0.2.0.2
1 parent 9eeca8a commit 1fcde38

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

code/hsec-tools/CHANGELOG.md

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

38
- Rework HTML/Atom generation, use `atom-conduit` instead of `feed`

code/hsec-tools/hsec-tools.cabal

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

55
-- A short (one-line) description of the package.
66
synopsis:
@@ -69,7 +69,7 @@ library
6969
, file-embed >=0.0.13.0 && <0.0.17
7070
, lucid >=2.9.0 && < 3
7171
, mtl >=2.2 && <2.4
72-
, osv >= 0.1 && < 0.2
72+
, osv >=0.1 && <0.3
7373
, pandoc >=2.0 && <3.8
7474
, pandoc-types >=1.22 && <2
7575
, parsec >=3 && <4
@@ -147,7 +147,7 @@ test-suite spec
147147
, osv
148148
, pretty-simple <5
149149
, prettyprinter
150-
, tasty <1.5
150+
, tasty <2
151151
, tasty-golden <2.4
152152
, tasty-hedgehog <2
153153
, tasty-hunit <0.11

0 commit comments

Comments
 (0)