Skip to content

Commit

Permalink
ihp-openai: Added test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed May 14, 2024
1 parent 413b95f commit 847d9d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NixSupport/haskell-packages/ihp-openai.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{ mkDerivation, lib, base
, text, http-streams, retry, io-streams, bytestring, aeson, HsOpenSSL
, hspec, neat-interpolation
}:
mkDerivation {
pname = "ihp-openai";
Expand All @@ -10,6 +11,9 @@ mkDerivation {
libraryHaskellDepends = [
base text http-streams retry io-streams bytestring aeson HsOpenSSL
];
testHaskellDepends = [
base text http-streams retry io-streams bytestring aeson HsOpenSSL hspec neat-interpolation
];
enableLibraryForGhci = true;
homepage = "https://ihp.digitallyinduced.com";
configureFlags = ["--enable-optimization=2"];
Expand Down

0 comments on commit 847d9d6

Please sign in to comment.