packages feed

blaze-colonnade-1.2.3.0: blaze-colonnade.cabal

cabal-version:   3.0
name:            blaze-colonnade
version:         1.2.3.0
synopsis:        blaze-html backend for colonnade
description:
  This library provides a backend for using blaze-html with colonnade.
  It generates standard HTML tables with `<table>`, `<tbody>`, `<thead>`,
  `<tr>`, `<th>`, and `<td>`.

homepage:        https://github.com/byteverse/blaze-colonnade
bug-reports:     https://github.com/byteverse/blaze-colonnade/issues
license:         BSD-3-Clause
license-file:    LICENSE
author:          Andrew Martin
maintainer:      amartin@layer3com.com
copyright:       2017 Andrew Martin
category:        web
build-type:      Simple
extra-doc-files:
  CHANGELOG.md
  README.md

tested-with:     GHC ==9.4.8 || ==9.6.3 || ==9.8.1

common build-settings
  default-language: Haskell2010
  ghc-options:      -Wall -Wunused-packages
  build-depends:    base >=4.8 && <5

library
  import:          build-settings
  ghc-options:     -O2
  hs-source-dirs:  src
  exposed-modules: Text.Blaze.Colonnade
  build-depends:
    , blaze-html    >=0.8
    , blaze-markup  >=0.7
    , colonnade     >=1.1
    , text          >=1.2

source-repository head
  type:     git
  location: git://github.com/byteverse/blaze-colonnade.git