packages feed

herringbone-wai-0.1.0: herringbone-wai.cabal

name:                herringbone-wai
version:             0.1.0
synopsis:            Wai adapter for the Herringbone web asset preprocessor.
description:         Wai adapter for the Herringbone web asset preprocessor.
license:             MIT
license-file:        LICENSE
author:              Harry Garrood
maintainer:          harry@garrood.me
-- copyright:
category:            Web
build-type:          Simple
-- extra-source-files:
cabal-version:       >=1.10

library
  exposed-modules:     Web.Herringbone.Adapter.Wai
  build-depends:       base >=4.6 && <5,
                       herringbone,
                       wai >= 3.0,
                       wai-app-static,
                       time,
                       system-filepath,
                       system-fileio,
                       bytestring,
                       http-types
  default-extensions:  OverloadedStrings,
                       ViewPatterns
  default-language:    Haskell2010