Skip to content

Commit 013e031

Browse files
Add cwe to the hsec-core build dependencies
1 parent da168ea commit 013e031

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

code/hsec-core/hsec-core.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ library
3333
, base >=4.14 && <4.20
3434
, Cabal-syntax >=3.8.1.0 && <3.11
3535
, cvss
36+
, cwe
3637
, osv
3738
, pandoc-types >=1.22 && <2
3839
, safe >=0.3

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
cwe = pkgs.haskellPackages.callCabal2nix "cwe" ./code/cwe {};
2424
osv = pkgs.haskellPackages.callCabal2nix "osv" ./code/osv {inherit cvss;};
2525
hsec-core = pkgs.haskellPackages.callCabal2nix "hsec-core" ./code/hsec-core {
26-
inherit cvss osv;
26+
inherit cvss cwe osv;
2727
Cabal-syntax = pkgs.haskellPackages.Cabal-syntax_3_8_1_0;
2828
};
2929

0 commit comments

Comments
 (0)