packages feed

hakyll-shakespeare-0.1.0.0.2: hakyll-shakespeare.cabal

name:          hakyll-shakespeare
version:       0.1.0.0.2
synopsis:      Hakyll Hamlet compiler
license:       MIT
license-file:  LICENSE
author:        Eliza <me@eliza.link>
maintainer:    Eliza <me@eliza.link>
copyright:     2016 Eliza Calls.
category:      Web
stability:     Stable
build-type:    Simple
cabal-version: >=1.10

description:   hakyll-shakespeare is for using Hamlet with Hakyll.
               This library used Text.Hamlet.Runtime.

library
  hs-source-dirs:      src
  exposed-modules:     Hakyll.Web.Hamlet
  build-depends:       base >= 4.7 && < 5
                     , hakyll
                     , containers
                     , blaze-html
                     , shakespeare
                     , text
  default-language:    Haskell2010
  ghc-options: -Wall

source-repository head
  type:     git
  location: https://github.com/eliza0x/hakyll-hamlet