packages feed

hakyll-convert-0.3.0.2: hakyll-convert.cabal

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: 68d8c7e627e5b3e8c0e6b3407cffa4014e533d28c99ce9f0799abc17066be195

name:           hakyll-convert
version:        0.3.0.2
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 <eric.kow@gmail.com>, Alexander Batischev <eual.jp@gmail.com>
maintainer:     Alexander Batischev <eual.jp@gmail.com>
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
    , 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
    , time >=1.9 && <1.10
    , 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.SpecHelpers
      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
    , 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
    , time >=1.9 && <1.10
    , xml-types >=0.3 && <0.4
  default-language: Haskell2010