This repository has been archived by the owner on Feb 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ngx-cache-inspector.cabal
59 lines (55 loc) · 1.77 KB
/
ngx-cache-inspector.cabal
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name: ngx-cache-inspector
version: 0.3.0.0
cabal-version: >=1.10
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: Copyright Piotr Bogdan (c) 2017
maintainer: [email protected]
homepage: https://github.com/pbogdan/ngx-cache-inspector#readme
synopsis: Inspect nginx's cache files contents.
description:
Inspect nginx's cache files contents, including headers and bodies.
category: Web
author: Piotr Bogdan
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/pbogdan/ngx-cache-inspector
library
exposed-modules:
Inspector
Inspector.Cli.Args
build-depends:
base >=4.9.0.0 && <4.10,
bytestring >=0.10.8.1 && <0.11,
filepath >=1.4.1.0 && <1.5,
ngx-cache-purge >=0.0.1 && <0.1,
optparse-applicative >=0.12.1.0 && <0.13,
pipes >=4.1.9 && <4.2,
pipes-files >=0.1.2 && <0.2,
pipes-safe >=2.2.4 && <2.3,
protolude-lifted >=0.1.0.0 && <0.2,
safe-exceptions >=0.1.4.0 && <0.2,
stringsearch >=0.3.6.6 && <0.4,
text >=1.2.2.1 && <1.3,
zlib >=0.6.1.2 && <0.7,
git-date >= 0.2.2 && < 0.3,
time >= 1.6.0.1 && < 1.7,
optparse-applicative >=0.12.1.0 && <0.13
default-language: Haskell2010
default-extensions: OverloadedStrings NoImplicitPrelude
hs-source-dirs: src
ghc-options: -Wall
executable nci
main-is: Main.hs
build-depends:
base >=4.9.0.0 && <4.10,
optparse-applicative >=0.12.1.0 && <0.13,
protolude-lifted >=0.1.0.0 && <0.2,
ngx-cache-inspector >=0.3.0.0 && <0.4
default-language: Haskell2010
default-extensions: OverloadedStrings NoImplicitPrelude
hs-source-dirs: app
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N