Intailly working app.

This commit is contained in:
Dhananjay Balan
2023-02-27 23:46:29 +05:30
parent 6921c98014
commit ff7cfdc796
4 changed files with 102 additions and 28 deletions

View File

@@ -59,7 +59,8 @@ library
import: warnings
-- Modules exported by the library.
exposed-modules: KOReader
exposed-modules: Api.Types,
Parsers.KOReader
-- Modules included in this library but not exported.
-- other-modules:
@@ -74,6 +75,7 @@ library
deriving-aeson,
bytestring,
unordered-containers,
sqlite-simple,
-- Directories containing source files.
hs-source-dirs: lib