WIP: readwise.

This commit is contained in:
Dhananjay Balan
2023-04-11 11:02:42 +02:00
parent b7e88fcfc9
commit e2f7ebe6de
4 changed files with 94 additions and 19 deletions

View File

@@ -61,6 +61,7 @@ library
-- Modules exported by the library.
exposed-modules: Api.Types,
Parsers.KOReader,
Parsers.Readwise,
Config,
-- Modules included in this library but not exported.
-- other-modules:
@@ -79,6 +80,8 @@ library
blaze-markup,
blaze-html,
optparse-applicative,
cassava,
vector,
-- Directories containing source files.
hs-source-dirs: lib
@@ -111,9 +114,10 @@ executable quotes-api
quotes-api,
servant-blaze,
optparse-applicative,
argon2,
argon2 >= 1.3.0,
text-short,
bytestring,
QuickCheck,
-- Directories containing source files.
hs-source-dirs: app