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 ` tasty ` dependency bounds
4
+ * Update ` osv ` dependency bounds
5
+
1
6
## 0.2.0.1
2
7
3
8
- Rework HTML/Atom generation, use ` atom-conduit ` instead of ` feed `
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
name : hsec-tools
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 :
@@ -69,7 +69,7 @@ library
69
69
, file-embed >= 0.0.13.0 && < 0.0.17
70
70
, lucid >= 2.9.0 && < 3
71
71
, mtl >= 2.2 && < 2.4
72
- , osv >= 0.1 && < 0.2
72
+ , osv >= 0.1 && < 0.3
73
73
, pandoc >= 2.0 && < 3.8
74
74
, pandoc-types >= 1.22 && < 2
75
75
, parsec >= 3 && < 4
@@ -147,7 +147,7 @@ test-suite spec
147
147
, osv
148
148
, pretty-simple < 5
149
149
, prettyprinter
150
- , tasty < 1.5
150
+ , tasty < 2
151
151
, tasty-golden < 2.4
152
152
, tasty-hedgehog < 2
153
153
, tasty-hunit < 0.11
You can’t perform that action at this time.
0 commit comments