cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.1.
--
-- see: https://github.com/sol/hpack
name: lucid2-xstatic
version: 0.1.0
synopsis: Lucid2 helper for XStatic
description: Use this library to add XStaticFile to your Html.
category: JavaScript
homepage: https://github.com/TristanCacqueray/haskell-xstatic#readme
bug-reports: https://github.com/TristanCacqueray/haskell-xstatic/issues
author: Tristan Cacqueray
maintainer: tdecacqu@redhat.com
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
CHANGELOG.md
source-repository head
type: git
location: https://github.com/TristanCacqueray/haskell-xstatic
library
exposed-modules:
Lucid.XStatic
other-modules:
Paths_lucid2_xstatic
hs-source-dirs:
src/
ghc-options: -Weverything -Wno-implicit-prelude -Wno-missing-import-lists -Wno-missing-safe-haskell-mode -Wno-unsafe
build-depends:
base <5
, lucid2
, text
, xstatic
default-language: Haskell2010