xstatic-0.2.0: xstatic.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.0.
--
-- see: https://github.com/sol/hpack
name: xstatic
version: 0.2.0
synopsis: Low-Fat static file packaging for Haskell projects
description: Low-Fat static file packaging for Haskell projects.
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:
XStatic
other-modules:
Paths_xstatic
hs-source-dirs:
src/
ghc-options: -Weverything -Wno-implicit-prelude -Wno-missing-kind-signatures -Wno-missing-safe-haskell-mode -Wno-unsafe
build-depends:
base <5
, binary
, bytestring
, containers
, http-types
, wai
default-language: Haskell2010