packages feed

hakyll-convert-0.1.0.0: hakyll-convert.cabal

-- Initial hakyll-convert.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                hakyll-convert
version:             0.1.0.0
synopsis:            Convert from other blog engines to Hakyll.
-- description:         
homepage:            http://github.com/kowey/hakyll-convert
license:             BSD3
license-file:        LICENSE
author:              Eric Kow <eric.kow@gmail.com>
maintainer:          Eric Kow <eric.kow@gmail.com>
-- copyright:           
category:            Web
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules:    Hakyll.Convert.Blogger
                 ,    Hakyll.Convert.Common
                 ,    Hakyll.Convert.Wordpress
  build-depends:       base
               ,       binary
               ,       bytestring
               ,       feed
               ,       hakyll
               ,       old-locale
               ,       text
               ,       time
               ,       xml

executable hakyll-convert
  main-is:             hakyll-convert.hs
  hs-source-dirs:      tools
  -- other-modules:       
  build-depends:       base < 5
               ,       bytestring
               ,       cmdargs
               ,       directory
               ,       feed
               ,       filepath
               ,       hakyll-convert
               ,       text
               ,       xml

executable hakyll-convert-demo
  main-is:             hakyll-convert-demo.hs
  hs-source-dirs:      tools
  -- other-modules:       
  build-depends:       base
               ,       hakyll
               ,       hakyll-convert
               ,       filepath