summaryrefslogtreecommitdiffstats
path: root/wai-middleware-time.cabal
blob: d2328026d23a1a60f5783a2d9a4597e15a52af15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name:                 wai-middleware-time
version:              0.0
license:              OtherLicense
license-file:         COPYING
author:               tv
maintainer:           tv@destroy.retiolum
category:             Web
synopsis:             WAI X-Response-Time middleware.
description:
  WAI middleware that attaches X-Response-Time headers to responses.

build-type:           Simple
cabal-version:        >= 1.10

source-repository head
  type:               git
  location:           gitolite@destroy.retiolum:wai-middleware-time

library
  build-depends:      base
                    , bytestring
                    , case-insensitive
                    , clock
                    , http-types
                    , mtl
                    , wai >= 2 && < 3
  exposed-modules:    Network.Wai.Middleware.Time
  ghc-options:        -Wall
  default-language:   Haskell2010