From 2f47493d0e40d40c301ac77b1c94290968bffa1e Mon Sep 17 00:00:00 2001 From: Marko Andjelic Date: Mon, 26 Jan 2026 06:10:27 +0000 Subject: [PATCH] Starting work on persistence feature --- app/Persistence.hs | 4 ++++ svitak.cabal | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 app/Persistence.hs diff --git a/app/Persistence.hs b/app/Persistence.hs new file mode 100644 index 0000000..c4b0998 --- /dev/null +++ b/app/Persistence.hs @@ -0,0 +1,4 @@ +module Persistence where + +-- TODO: Add book state persistence + diff --git a/svitak.cabal b/svitak.cabal index 05ebcd4..e0bf856 100644 --- a/svitak.cabal +++ b/svitak.cabal @@ -59,7 +59,8 @@ executable svitak other-modules: EpubParser, Gui, - UI + UI, + Persistence build-depends: base ^>=4.21.0.0, bytestring >= 0.12.2.0,