Skip to content

Commit d3c23dd

Browse files
deps: add missing bounds
1 parent 25389fb commit d3c23dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code/hsec-tools/hsec-tools.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ executable hsec-tools
113113
, hsec-tools
114114
, optparse-applicative >=0.17 && <0.19
115115
, text >=1.2 && <3
116-
, transformers
116+
, transformers >=0.5 && <0.7
117117
, validation-selective >=0.1 && <1
118118

119119
hs-source-dirs: app

code/osv/osv.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test-suite spec
4949
hs-source-dirs: test
5050
main-is: Spec.hs
5151
build-depends:
52-
, base
52+
, base >= 4.14 && < 5
5353
, tasty <2
5454

5555
default-language: Haskell2010

0 commit comments

Comments
 (0)