Skip to content

Commit 9347bce

Browse files
committed
chore: update hsec-sync tasty dependency bounds and bump 0.2.0.2
1 parent 1fcde38 commit 9347bce

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

code/hsec-sync/CHANGELOG.md

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

37
* Rewrite, using `hsec-tools` snapshots

code/hsec-sync/hsec-sync.cabal

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

55
-- A short (one-line) description of the package.
66
synopsis: Synchronize with the Haskell security advisory database
@@ -87,7 +87,7 @@ test-suite spec
8787
, directory
8888
, filepath
8989
, hsec-sync
90-
, tasty <1.5
90+
, tasty <2
9191
, tasty-hunit <0.11
9292
, temporary >=1 && <2
9393
, text

0 commit comments

Comments
 (0)