epub 0.0.1 → 0.0.3
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- epub.cabal +1/−1
- src/Codec/EBook/OPF.hs +1/−1
epub.cabal view
@@ -1,5 +1,5 @@ Name: epub-Version: 0.0.1+Version: 0.0.3 License: BSD3 License-File: LICENSE Synopsis: EPUB E-Book construction support library
src/Codec/EBook/OPF.hs view
@@ -71,6 +71,6 @@ ,Attr (unqual "href") xn ,Attr (unqual "media-type") "application/x-dtbncx+xml" ] $ unode "item" ()- spineT = add_attrs [ Attr (unqual "toc") "ncx" ] $ unode "spine" (map spineItemT (bookItems o))+ spineT = add_attrs [ Attr (unqual "toc") "ncx" ] $ unode "spine" (map spineItemT (chapterItems $ bookItems o)) spineItemT i = add_attrs [ Attr (unqual "idref") (itemID i) ] $ unode "itemref" ()