We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fcde38 commit 9347bceCopy full SHA for 9347bce
code/hsec-sync/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.2.0.2
2
+
3
+* Update `tasty` dependency bounds
4
5
## 0.2.0.0
6
7
* Rewrite, using `hsec-tools` snapshots
code/hsec-sync/hsec-sync.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: hsec-sync
-version: 0.2.0.1
+version: 0.2.0.2
-- A short (one-line) description of the package.
synopsis: Synchronize with the Haskell security advisory database
@@ -87,7 +87,7 @@ test-suite spec
87
, directory
88
, filepath
89
, hsec-sync
90
- , tasty <1.5
+ , tasty <2
91
, tasty-hunit <0.11
92
, temporary >=1 && <2
93
, text
0 commit comments