packages feed

context-wai-middleware-0.2.0.2: package.yaml

name: context-wai-middleware
version: '0.2.0.2'
github: "jship/context/context-wai-middleware"
license: MIT
license-file: LICENSE.md
copyright: 2020 (c) Jason Shipman
author: "Jason Shipman"
maintainer: "Jason Shipman"
synopsis: Add request-specific (or not!) context to your WAI applications
description: |
  Add request-specific (or not!) context to your WAI applications.
category: Web

extra-source-files:
- CHANGELOG.md
- LICENSE.md
- package.yaml
- README.md

ghc-options:
  - -Wall
  - -fwarn-tabs
  - -Wincomplete-uni-patterns
  - -Wredundant-constraints

library:
  dependencies:
  - base >=4.11.1.0 && <5
  - context >=0.2.0.0 && <0.3
  - wai >=3.0.3.0 && <3.3
  source-dirs: library

tests:
  context-wai-middleware-test-suite:
    source-dirs: test-suite
    main: Driver.hs
    build-tools:
    - hspec-discover
    dependencies:
    - async
    - base
    - bytestring
    - case-insensitive
    - context
    - context-wai-middleware
    - hspec
    - http-client
    - http-types
    - stm
    - wai
    - warp
    ghc-options:
    - -threaded
    - -with-rtsopts=-N