removed executable from haskell project

This commit is contained in:
2025-05-25 22:07:26 +01:00
parent bebe2a02a0
commit 21f0fc79c1
3 changed files with 18 additions and 22 deletions

View File

@@ -5,13 +5,9 @@ mkDerivation {
pname = "p2prc";
version = "0.1.0.0";
src = ./.;
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base bytestring directory process text
];
executableHaskellDepends = [ base ];
description = "P2PRC haskell library";
license = "unknown";
mainProgram = "p2prc";
}