packages feed

lucid-aria-0.1.0.1: lucid-aria.cabal

cabal-version:      2.4
name:               lucid-aria
version:            0.1.0.1
synopsis:           Provides ARIA attributes for Lucid templates
homepage:           https://git.sr.ht/~rycee/lucid-aria
license:            Apache-2.0
license-file:       LICENSE
author:             Robert Helgesson
maintainer:         robert@rycee.net
copyright:          (c) 2022 Robert Helgesson
category:           Web
extra-source-files:
  CHANGELOG.md
  README.md

library
  exposed-modules:  Lucid.Aria
  build-depends:
    , base   >=4.14 && <4.17
    , lucid  >=2.9  && <2.12
    , text   >=1.0  && <1.3

  hs-source-dirs:   src
  default-language: Haskell2010

test-suite lucid-aria-test
  default-language: Haskell2010
  type:             exitcode-stdio-1.0
  hs-source-dirs:   test
  main-is:          Main.hs
  build-depends:
    , base
    , hspec       >=2.7 && <2.9
    , HUnit       ^>=1.6
    , lucid
    , lucid-aria