-- Initial wai-static-cache.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: wai-static-cache
version: 0.1.0.1
synopsis: A simple cache for serving static files in a WAI middleware
-- description:
license: AGPL-3
license-file: LICENSE
author: Hugo Gomes
maintainer: mr.hugo.gomes@gmail.com
-- copyright:
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Network.Wai.StaticCache
-- other-modules:
-- other-extensions:
build-depends: base >= 4 && < 5
, cityhash
, wai >= 3.0.1.0
, http-types
, conduit
, conduit-combinators
, vector
, vector-algorithms
, transformers
, system-filepath
, bytestring
, text
, containers
, resourcet
-- hs-source-dirs:
default-language: Haskell2010