Skip to content

Commit 623bd3d

Browse files
committed
fix(cvss): allow text == 2.*
1 parent abb0c3e commit 623bd3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/cvss/cvss.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ library
1616
exposed-modules: Security.CVSS
1717
build-depends:
1818
, base >=4.14 && <5
19-
, text >=1.2 && <2
19+
, text >=1.2 && <3
2020

2121
hs-source-dirs: src
2222
default-language: Haskell2010

0 commit comments

Comments
 (0)