packages feed

blaze-htmx-0.1.0.0: blaze-htmx.cabal

cabal-version:       >=1.10
-- Initial package description 'blaze-htmx.cabal' generated by 'cabal
-- init'.  For further documentation, see
-- http://haskell.org/cabal/users-guide/

name:                blaze-htmx
version:             0.1.0.0
synopsis: Blaze integration of the htmx library
description: Blaze integration of the htmx library including WS and SSE extensions
-- bug-reports:
license: 	     BSD3
license-file:        LICENSE
author:              Tobias Brandt
maintainer:          tobbra91@gmail.com
Homepage:            https://github.com/TobiasB91/blaze-htmx
copyright:	     Tobias Brandt
category:	     Text, Web
build-type:          Simple
extra-source-files:  CHANGELOG.md

library
  exposed-modules:     Text.Blaze.Htmx
                     , Text.Blaze.Htmx.WebSockets
                     , Text.Blaze.Htmx.ServerSentEvents
  build-depends:       base >=4 && < 5
                     , blaze-html >= 0.8 && < 1
                     , blaze-markup >= 0.8 && < 0.9
  hs-source-dirs:      src
  default-language:    Haskell2010


test-suite main
  main-is:             Main.hs
  type:                exitcode-stdio-1.0
  build-depends:       base
                     , blaze-html
                     , blaze-htmx 
  hs-source-dirs:      test
  default-language:    Haskell2010
  ghc-options:         -Wall