-- 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.0
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.6 && <4.7
, cityhash
, wai
, http-types
, conduit
, conduit-combinators
, vector
, vector-algorithms
, transformers == 0.3.0.0
, system-filepath == 0.4.9
, bytestring == 0.10.0.2
, text == 0.11.3.1
, containers == 0.5.0.0
-- hs-source-dirs:
default-language: Haskell2010