Skip to content

Commit

Permalink
hsec-tools: update package metadata
Browse files Browse the repository at this point in the history
Add missing version bounds and update maintainer.
  • Loading branch information
frasertweedale committed May 30, 2024
1 parent 4733b95 commit 26b8bda
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions code/hsec-tools/hsec-tools.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ description:

-- The license under which the package is released.
license: BSD-3-Clause
author: David Christiansen
maintainer: [email protected]
author: Haskell Security Response Team
maintainer: [email protected]

-- A copyright notice.
-- copyright:
Expand Down Expand Up @@ -46,20 +46,20 @@ library
, commonmark ^>=0.2.2
, commonmark-pandoc >=0.2 && <0.3
, containers >=0.6 && <0.7
, cvss
, cvss >= 0.1 && < 0.2
, directory <2
, extra ^>=1.7.5
, filepath >=1.4 && <1.5
, hsec-core
, hsec-core >= 0.1 && < 0.2
, feed ==1.3.*
, lucid >=2.9.0
, lucid >=2.9.0 && < 3
, mtl >=2.2 && <2.4
, osv
, osv >= 0.1 && < 0.2
, pandoc-types >=1.22 && <2
, parsec >=3 && <4
, pathwalk >=0.3
, pathwalk >=0.3 && < 0.4
, process >=1.6 && <1.7
, safe >=0.3
, safe >=0.3 && < 0.4
, text >=1.2 && <3
, time >=1.9 && <1.14
, toml-parser ^>=2.0.0.0
Expand All @@ -86,7 +86,7 @@ executable hsec-tools
, bytestring >=0.10 && <0.13
, Cabal-syntax >=3.8.1.0 && <3.11
, filepath >=1.4 && <1.5
, hsec-core
, hsec-core >= 0.1 && < 0.2
, hsec-tools
, optparse-applicative >=0.17 && <0.19
, text >=1.2 && <3
Expand Down

0 comments on commit 26b8bda

Please sign in to comment.