feature: add split page, scrolled or paginated tracking
This commit is contained in:
parent
4e990f19cd
commit
4170a958d1
4 changed files with 130 additions and 40 deletions
14
svitak.cabal
14
svitak.cabal
|
|
@ -58,7 +58,8 @@ executable svitak
|
|||
Types,
|
||||
Navigation
|
||||
|
||||
build-depends: base,
|
||||
build-depends: async,
|
||||
base,
|
||||
base64-bytestring,
|
||||
bytestring,
|
||||
containers,
|
||||
|
|
@ -67,17 +68,17 @@ executable svitak
|
|||
filepath,
|
||||
gi-gdk4,
|
||||
gi-gio,
|
||||
gi-glib,
|
||||
gi-gtk,
|
||||
gi-javascriptcore6,
|
||||
gi-webkit,
|
||||
haskell-gi-base,
|
||||
mtl,
|
||||
scalpel,
|
||||
text,
|
||||
zip-archive,
|
||||
scalpel-core,
|
||||
stm,
|
||||
gi-glib,
|
||||
async,
|
||||
scalpel-core
|
||||
text,
|
||||
zip-archive
|
||||
|
||||
hs-source-dirs: app
|
||||
default-language: Haskell2010
|
||||
|
|
@ -99,6 +100,7 @@ test-suite svitak-test
|
|||
containers,
|
||||
epub-metadata,
|
||||
filepath,
|
||||
gi-javascriptcore6,
|
||||
mtl,
|
||||
scalpel,
|
||||
text,
|
||||
|
|
|
|||
Loading…
Reference in a new issue