Starting work on persistence feature

This commit is contained in:
Marko Andjelic 2026-01-26 06:10:27 +00:00
commit 2f47493d0e
2 changed files with 6 additions and 1 deletions

4
app/Persistence.hs Normal file
View file

@ -0,0 +1,4 @@
module Persistence where
-- TODO: Add book state persistence

View file

@ -59,7 +59,8 @@ executable svitak
other-modules: EpubParser, other-modules: EpubParser,
Gui, Gui,
UI UI,
Persistence
build-depends: base ^>=4.21.0.0, build-depends: base ^>=4.21.0.0,
bytestring >= 0.12.2.0, bytestring >= 0.12.2.0,