-
Notifications
You must be signed in to change notification settings - Fork 1
/
wai-middleware-verbs.cabal
54 lines (50 loc) · 1.42 KB
/
wai-middleware-verbs.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
-- This file has been generated from package.yaml by hpack version 0.21.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: f14c8019769f9489e79ba3b8049d8713701d5409040452e0d132e0fabce07cad
name: wai-middleware-verbs
version: 0.4.0.1
synopsis: Route Wai middlewares based on HTTP verbs
description: Please see the README on Github at <https://git.localcooking.com/tooling/wai-middleware-verbs#readme>
category: Web
homepage: https://github.com/athanclark/wai-middleware-verbs#readme
bug-reports: https://github.com/athanclark/wai-middleware-verbs/issues
author: Athan Clark
maintainer: athan.clark@localcooking.com
copyright: 2018 Athan Clark
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/athanclark/wai-middleware-verbs
library
exposed-modules:
Network.Wai.Middleware.Verbs
other-modules:
Paths_wai_middleware_verbs
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.8 && <5
, bytestring
, exceptions
, hashable
, http-types
, mmorph
, monad-control
, monad-control-aligned
, monad-logger
, mtl
, resourcet
, transformers
, transformers-base
, unordered-containers
, wai >=3.2.1
, wai-transformers >=0.1.0
default-language: Haskell2010