packages feed

epub-tools 2.1.0 → 2.1.1

raw patch · 4 files changed

+10/−10 lines, 4 filesdep ~epub-metadata

Dependency ranges changed: epub-metadata

Files

epub-tools.cabal view
@@ -1,6 +1,6 @@ name:                epub-tools cabal-version:       >= 1.8-version:             2.1.0+version:             2.1.1 build-type:          Simple license:             BSD3 license-file:        LICENSE@@ -37,11 +37,11 @@                      EpubTools.EpubMeta.Import                      EpubTools.EpubMeta.Opts                      EpubTools.EpubMeta.Util-   ghc-options:      -Wall+   ghc-options:      -Wall -rtsopts -with-rtsopts=-K32m  executable           epubname    main-is:          EpubTools/epubname.hs-   build-depends:    base >= 3 && < 5, directory, epub-metadata >= 2.3.1,+   build-depends:    base >= 3 && < 5, directory, epub-metadata >= 2.3.2,                      filepath, mtl, parsec, regex-compat    hs-source-dirs:   src    other-modules:    EpubTools.EpubName.Format.Author@@ -54,19 +54,19 @@                      EpubTools.EpubName.Prompt                      EpubTools.EpubName.Util -   ghc-options:      -Wall+   ghc-options:      -Wall -rtsopts -with-rtsopts=-K32m  test-suite           epubname-tests    type:             exitcode-stdio-1.0    main-is:          EpubTools/test-epubname.hs-   build-depends:    base, directory, epub-metadata >= 2.3.1, filepath,+   build-depends:    base, directory, epub-metadata >= 2.3.2, filepath,                      HUnit, mtl, parsec, regex-compat    hs-source-dirs:   src testsuite-   ghc-options:      -Wall+   ghc-options:      -Wall -rtsopts -with-rtsopts=-K32m  executable           epubzip    main-is:          EpubTools/epubzip.hs-   build-depends:    base >= 3 && < 5, directory, epub-metadata >= 2.3.1,+   build-depends:    base >= 3 && < 5, directory, epub-metadata >= 2.3.2,                      filepath, mtl, parsec, regex-compat    hs-source-dirs:   src    other-modules:    EpubTools.EpubZip.Opts
src/EpubTools/EpubMeta/Opts.hs view
@@ -103,5 +103,5 @@          , ""          , "For more information please see the IDPF OPF specification found here: http://idpf.org/epub/20/spec/OPF_2.0.1_draft.htm"          , ""-         , "Version 2.1.0  Dino Morelli <dino@ui3.info>"+         , "Version 2.1.1  Dino Morelli <dino@ui3.info>"          ]
src/EpubTools/EpubName/Opts.hs view
@@ -194,5 +194,5 @@          , "For more information on the EPUB format, please see the IDPF OPF specification found here: http://idpf.org/epub/20/spec/OPF_2.0.1_draft.htm"          , ""          , ""-         , "Version 2.1.0  Dino Morelli <dino@ui3.info>"+         , "Version 2.1.1  Dino Morelli <dino@ui3.info>"          ]
src/EpubTools/EpubZip/Opts.hs view
@@ -68,5 +68,5 @@          , ""          , "For more information please see the IDPF OPF specification found here: http://idpf.org/epub/20/spec/OPF_2.0.1_draft.htm"          , ""-         , "Version 2.1.0  Dino Morelli <dino@ui3.info>"+         , "Version 2.1.1  Dino Morelli <dino@ui3.info>"          ]