cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: a2a3bbd11da27cdd46f1ff08f298fc6887e42179f46bb8b725bffaf8a61e189e name: hakyll-convert version: 0.3.0.1 synopsis: Convert from other blog engines to Hakyll. description: WordPress and Blogger only let one export posts in a limited number of formats, none of which are supported by Hakyll. @hakyll-convert@ is created to bridge this gap, providing a way to turn other platform's datadumps into a set of files Hakyll understands. category: Tools homepage: https://github.com/Minoru/hakyll-convert#readme bug-reports: https://github.com/Minoru/hakyll-convert/issues author: Eric Kow , Alexander Batischev maintainer: Alexander Batischev license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: CHANGELOG.md source-repository head type: git location: https://github.com/Minoru/hakyll-convert library exposed-modules: Hakyll.Convert.Blogger Hakyll.Convert.Common Hakyll.Convert.IO Hakyll.Convert.OutputFormat Hakyll.Convert.Wordpress other-modules: Paths_hakyll_convert hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.13 && <5 , bytestring >=0.10 && <0.11 , containers >=0.6 && <0.7 , data-default >=0.7 && <0.8 , directory >=1.3 && <1.4 , feed >=1.3 && <1.4 , filepath >=1.4 && <1.5 , text >=1.2 && <1.3 , time >=1.9 && <1.10 , xml-conduit >=1.9 && <1.10 , xml-types >=0.3 && <0.4 default-language: Haskell2010 executable hakyll-convert main-is: hakyll-convert.hs other-modules: Paths_hakyll_convert hs-source-dirs: app ghc-options: -Wall build-depends: base >=4.13 && <5 , cmdargs >=0.10 && <0.11 , filepath >=1.4 && <1.5 , hakyll-convert , text >=1.2 && <1.3 , xml-types >=0.3 && <0.4 default-language: Haskell2010 test-suite golden type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Golden.Blogger Golden.GoldenTestHelpers Golden.IO Golden.Wordpress Paths_hakyll_convert hs-source-dirs: test/golden ghc-options: -Wall -Wno-orphans build-depends: base >=4.13 && <5 , bytestring >=0.10 && <0.11 , data-default >=0.7 && <0.8 , datetime >=0.3 && <0.4 , filepath >=1.4 && <1.5 , hakyll-convert , tasty >=1.2 && <1.3 , tasty-golden >=2.3 && <2.4 , temporary >=1.3 && <1.4 , text >=1.2 && <1.3 , xml-types >=0.3 && <0.4 default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Spec.Blogger Spec.IO Spec.OutputFormat Spec.Wordpress Paths_hakyll_convert hs-source-dirs: test/spec ghc-options: -Wall -Wno-orphans build-depends: base >=4.13 && <5 , data-default >=0.7 && <0.8 , datetime >=0.3 && <0.4 , directory >=1.3 && <1.4 , feed >=1.3 && <1.4 , filepath >=1.4 && <1.5 , hakyll-convert , tasty >=1.2 && <1.3 , tasty-expected-failure >=0.11 && <0.12 , tasty-hunit >=0.10 && <0.11 , tasty-quickcheck >=0.10 && <0.11 , temporary >=1.3 && <1.4 , text >=1.2 && <1.3 , xml-types >=0.3 && <0.4 default-language: Haskell2010