packages feed

yesod-alerts-0.1.3.0: yesod-alerts.cabal

name:                yesod-alerts
version:             0.1.3.0
synopsis:            Alert messages for the Yesod framework
description:         Use the "alerts" package with the Yesod framework
homepage:            https://github.com/alx741/yesod-alerts#readme
license:             BSD3
license-file:        LICENSE
author:              Daniel Campoverde
maintainer:          alx@sillybytes.net
copyright:           2017 Daniel Campoverde
category:            Web
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Yesod.Alert
                     , Yesod.Alert.Bootstrap3
                     , Yesod.Alert.Bootstrap4
                     , Yesod.Alert.Foundation5
                     , Yesod.Alert.Bulma
  build-depends:       base >= 4.7 && < 5
                     , alerts >= 0.1.0.0 && < 0.2.0.0
                     , text >= 0.11 && < 2.0
                     , safe >= 0.3.14 && < 0.4
                     , yesod-core >= 1.4.32
                     , blaze-html
                     , blaze-markup
  ghc-options:         -Wall -fwarn-tabs
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/alx741/yesod-alerts