packages feed

hakyll-contrib-hyphenation-0.1.0.3: hakyll-contrib-hyphenation.cabal

name:               hakyll-contrib-hyphenation
version:            0.1.0.3
synopsis:           automatic hyphenation for Hakyll
description:        This library provides Hakyll compiler to automatically
                    hyphenate each word in HTML output with Unicode SOFT-HYPHEN
                    characters. It understands HTML markup and doesn't try, for
                    example, to hyphenate tag names and attributes. It uses
                    <http://hackage.haskell.org/package/hyphenation hyphenation>
                    package to do actual work of splitting words.
category:           Web
stability:          experimental
author:             Pavel Kretov <firegurafiku@gmail.com>
maintainer:         Pavel Kretov <firegurafiku@gmail.com>
license:            MIT
license-file:       LICENSE.txt
homepage:           https://bitbucket.org/rvlm/hakyll-contrib-hyphenation
bug-reports:        https://bitbucket.org/rvlm/hakyll-contrib-hyphenation/issues
build-type:         Simple
cabal-version:      >= 1.6
tested-with:        GHC == 7.6.3
extra-source-files: README.md

library
  hs-source-dirs:   src
  exposed-modules:  Hakyll.Contrib.Hyphenation
  build-depends:    base        == 4.*,
                    hakyll      == 4.*,
                    hyphenation == 0.4.*,
                    split       == 0.2.*,
                    tagsoup     >= 0.12