packages feed

lucid-extras-0.1.0.0: lucid-extras.cabal

Name:                lucid-extras
Version:             0.1.0.0
Synopsis:            Generate more HTML with Lucid
Description:         Generate more HTML with Lucid - Bootstrap, Rdash and Email.
License:             MIT
License-file:        LICENSE
Author:              Tom Nielsen <tanielsen@gmail.com>
Maintainer:          Tom Nielsen <tanielsen@gmail.com>
build-type:          Simple
Cabal-Version: 	     >= 1.10
homepage:            https://github.com/diffusionkinetics/open/lucid-extras
bug-reports:         https://github.com/diffusionkinetics/open/issues
category:            Web
Tested-With:         GHC == 7.10.2, GHC == 7.10.3, GHC == 8.0.1
extra-source-files:
                   changelog.md

source-repository head
  type:     git
  location: https://github.com/diffusionkinetics/open

Library
   ghc-options:       -Wall
   hs-source-dirs:    lib
   default-language:  Haskell2010

   Exposed-modules:
                   Lucid.Bootstrap3
                 , Lucid.PreEscaped
                 , Lucid.Rdash
   Build-depends:
                 base                    >= 4.6 && < 5
               , lucid
               , text
               , blaze-builder
               , bytestring

Test-suite            site-gen
    type:       exitcode-stdio-1.0
    ghc-options:      -Wall
    hs-source-dirs:   site-gen
    main-is:          Main.hs
    default-language:  Haskell2010
    other-modules:    DevelMain
    Build-Depends:    base                    >= 4.6 && < 5
                    , directory               >= 1.2
                    , lucid-extras
                    , lucid