name: herringbone-embed
version: 0.1.0
synopsis: Embed preprocessed web assets in your executable with Template Haskell.
description: Embed preprocessed web assets in your executable with Template Haskell.
license: MIT
license-file: LICENSE
author: Harry Garrood
maintainer: harry@garrood.me
category: Web
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Web.Herringbone.Precompile
build-depends: base >=4.6 && <5,
herringbone,
system-filepath,
system-fileio,
bytestring,
text,
file-embed,
template-haskell
default-extensions: OverloadedStrings,
ViewPatterns
default-language: Haskell2010