organised library for p2prc; moved Error, Environment and JSON logic to their own files

This commit is contained in:
2024-11-09 20:50:41 +00:00
parent 4a384f2c5c
commit 86dab8919e
7 changed files with 277 additions and 247 deletions

View File

@@ -86,4 +86,10 @@ library
exposed-modules: P2Prc
other-modules: API
, CLI
, Environment
, JSON
, Error
default-language: GHC2021