forked from marko/svitak
epub version detection
This commit is contained in:
parent
c7850d3ad1
commit
acd221be28
1 changed files with 2 additions and 1 deletions
|
|
@ -47,7 +47,8 @@ data EpubEnv = EpubEnv
|
|||
baseDir :: FilePath,
|
||||
bookPath :: FilePath,
|
||||
eMetadata :: DMeta.Metadata,
|
||||
eManifest :: DMan.Manifest
|
||||
eManifest :: DMan.Manifest,
|
||||
eVersion :: T.Text
|
||||
}
|
||||
|
||||
data ChapterView = ChapterView
|
||||
|
|
|
|||
Loading…
Reference in a new issue