-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing version bounds on `cvss`, and update maintainer.
- Loading branch information
1 parent
9936a80
commit ee144b8
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: [email protected] | ||
author: Haskell Security Response Team | ||
maintainer: [email protected] | ||
|
||
-- 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 | ||
|
||
|