From 4733b953630362fbddddaeb207a0ee9150e85ff2 Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Thu, 30 May 2024 23:32:18 +1000 Subject: [PATCH] hsec-core: update package metadata Add missing version bounds on `cvss`, `osv` and `safe`; and update maintainer. --- code/hsec-core/hsec-core.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/hsec-core/hsec-core.cabal b/code/hsec-core/hsec-core.cabal index 2039abbc..e9c18fc2 100644 --- a/code/hsec-core/hsec-core.cabal +++ b/code/hsec-core/hsec-core.cabal @@ -13,8 +13,8 @@ description: Core package representing Haskell advisories. -- 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: @@ -32,10 +32,10 @@ library build-depends: , base >=4.14 && <4.20 , Cabal-syntax >=3.8.1.0 && <3.11 - , cvss - , osv + , cvss >= 0.1 && < 0.2 + , osv >= 0.1 && < 0.2 , pandoc-types >=1.22 && <2 - , safe >=0.3 + , safe >=0.3 && <0.4 , text >=1.2 && <3 , time >=1.9 && <1.14