Starting work on persistence feature
This commit is contained in:
parent
935dc795d0
commit
2f47493d0e
2 changed files with 6 additions and 1 deletions
4
app/Persistence.hs
Normal file
4
app/Persistence.hs
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
module Persistence where
|
||||||
|
|
||||||
|
-- TODO: Add book state persistence
|
||||||
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue