From ee144b8c3072852547e86b33f1f426c598ae5646 Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Thu, 30 May 2024 23:32:18 +1000 Subject: [PATCH] osv: update package metadata Add missing version bounds on `cvss`, and update maintainer. --- code/osv/osv.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/osv/osv.cabal b/code/osv/osv.cabal index 5c5eea3f..3a28a997 100644 --- a/code/osv/osv.cabal +++ b/code/osv/osv.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: osv -version: 0.1.0.0 +version: 0.1.0.1 -- A short (one-line) description of the package. synopsis: @@ -15,8 +15,8 @@ description: -- The license under which the package is released. license: BSD-3-Clause -author: David Christiansen -maintainer: david@davidchristiansen.dk +author: Haskell Security Response Team +maintainer: security-advisories@haskell.org -- A copyright notice. -- copyright: @@ -33,7 +33,7 @@ library build-depends: , aeson >=2.0.1.0 && <3 , base >=4.14 && <4.20 - , cvss + , cvss >= 0.1 && < 0.2 , text >=1.2 && <3 , time >=1.9 && <1.14