moved code to library side

This commit is contained in:
2024-11-09 19:52:56 +00:00
parent c481eb0b5c
commit 4a103679ad
3 changed files with 566 additions and 567 deletions

View File

@@ -67,11 +67,8 @@ executable p2prc
-- Other library packages from which modules are imported.
build-depends: base
, text
, aeson
, process
, bytestring
, directory
, p2prc
, process
-- Base language which the package is written in.
default-language: GHC2021