organising library files

This commit is contained in:
2024-11-09 20:24:42 +00:00
parent 4a103679ad
commit 4a384f2c5c
6 changed files with 38 additions and 41 deletions

View File

@@ -66,9 +66,7 @@ executable p2prc
-- Other library packages from which modules are imported.
build-depends: base
, text
, p2prc
, process
-- Base language which the package is written in.
default-language: GHC2021
@@ -88,6 +86,4 @@ library
exposed-modules: P2Prc
other-extensions: OverloadedStrings
default-language: GHC2021