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 25389fb commit d3c23ddCopy full SHA for d3c23dd
code/hsec-tools/hsec-tools.cabal
@@ -113,7 +113,7 @@ executable hsec-tools
113
, hsec-tools
114
, optparse-applicative >=0.17 && <0.19
115
, text >=1.2 && <3
116
- , transformers
+ , transformers >=0.5 && <0.7
117
, validation-selective >=0.1 && <1
118
119
hs-source-dirs: app
code/osv/osv.cabal
@@ -49,7 +49,7 @@ test-suite spec
49
hs-source-dirs: test
50
main-is: Spec.hs
51
build-depends:
52
- , base
+ , base >= 4.14 && < 5
53
, tasty <2
54
55
default-language: Haskell2010
0 commit comments