yesod-alerts-0.1.4.0: yesod-alerts.cabal
name: yesod-alerts
version: 0.1.4.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.3 && < 0.2
, text >= 0.11 && < 2.2
, safe >= 0.3.14 && < 0.4
, yesod-core >= 1.4.32 && < 1.7
, blaze-html >= 0.9 && < 0.10
, blaze-markup >= 0.8 && < 0.9
ghc-options: -Wall -fwarn-tabs
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/alx741/yesod-alerts