removed executable from haskell project
This commit is contained in:
@@ -27,20 +27,20 @@ extra-doc-files: README.md
|
||||
common warnings
|
||||
ghc-options: -Wall
|
||||
|
||||
executable p2prc
|
||||
|
||||
import: warnings
|
||||
|
||||
hs-source-dirs: src
|
||||
|
||||
main-is: Main.hs
|
||||
|
||||
other-extensions: OverloadedStrings
|
||||
|
||||
build-depends: base
|
||||
, p2prc
|
||||
|
||||
default-language: GHC2021
|
||||
-- executable p2prc
|
||||
--
|
||||
-- import: warnings
|
||||
--
|
||||
-- hs-source-dirs: src
|
||||
--
|
||||
-- main-is: Main.hs
|
||||
--
|
||||
-- other-extensions: OverloadedStrings
|
||||
--
|
||||
-- build-depends: base
|
||||
-- , p2prc
|
||||
--
|
||||
-- default-language: GHC2021
|
||||
|
||||
library
|
||||
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user