bulmex-1.0.0: bulmex.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 2b99255d36d075b833dc8c72472ac37a01a82e94c211ebc8955bb3075e4f5d12
name: bulmex
version: 1.0.0
synopsis: Reflex infused with bulma (css)
description: Please see the README on GitHub at <https://github.com/githubuser/awesome-project-name#readme>
category: Web
homepage: https://github.com/jappeace/bulmex#readme
bug-reports: https://github.com/jappeace/bulmex/issues
author: Jappie Klooster
maintainer: jappieklooster@hotmail.com
copyright: 2018 Jappie Klooster
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/jappeace/bulmex
library
exposed-modules:
Reflex.Bulmex.Attr
Reflex.Bulmex.Event
Reflex.Bulmex.Html
Reflex.Bulmex.Input.Polymorphic
Reflex.Bulmex.Load
Reflex.Bulmex.PreventDefault
Reflex.Bulmex.Space
Reflex.Bulmex.Tag
other-modules:
Paths_bulmex
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Widentities
build-depends:
aeson
, base >=4.7 && <5
, bytestring
, containers
, jsaddle
, jsaddle-dom
, lens
, network-uri
, reflex >=0.6.1 && <0.7
, reflex-dom-core >=0.5 && <0.6
, reflex-dom-helpers >=0.2.0.1 && <0.3.0.0
, text
, time
, witherable
default-language: Haskell2010