Skip to content

Commit

Permalink
Add cwe to the hsec-core build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanCacqueray committed Dec 18, 2023
1 parent da168ea commit 013e031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions code/hsec-core/hsec-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ library
, base >=4.14 && <4.20
, Cabal-syntax >=3.8.1.0 && <3.11
, cvss
, cwe
, osv
, pandoc-types >=1.22 && <2
, safe >=0.3
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
cwe = pkgs.haskellPackages.callCabal2nix "cwe" ./code/cwe {};
osv = pkgs.haskellPackages.callCabal2nix "osv" ./code/osv {inherit cvss;};
hsec-core = pkgs.haskellPackages.callCabal2nix "hsec-core" ./code/hsec-core {
inherit cvss osv;
inherit cvss cwe osv;
Cabal-syntax = pkgs.haskellPackages.Cabal-syntax_3_8_1_0;
};

Expand Down

0 comments on commit 013e031

Please sign in to comment.