KOReader data parsing

This commit is contained in:
Dhananjay Balan
2023-02-20 23:10:02 +05:30
parent 4e9ed112c4
commit 6921c98014
3 changed files with 63 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ library
import: warnings
-- Modules exported by the library.
exposed-modules: MyLib
exposed-modules: KOReader
-- Modules included in this library but not exported.
-- other-modules:
@@ -68,7 +68,12 @@ library
-- other-extensions:
-- Other library packages from which modules are imported.
build-depends: base ^>=4.16.3.0
build-depends: base ^>=4.16.3.0,
text,
aeson,
deriving-aeson,
bytestring,
unordered-containers,
-- Directories containing source files.
hs-source-dirs: lib