biscuit-wai-0.1.0.0: biscuit-wai.cabal
cabal-version: 3.0
name: biscuit-wai
version: 0.1.0.0
category: Security
synopsis: WAI middleware for the Biscuit security token
description: Please see the README on GitHub at <https://github.com/biscuit-auth/biscuit-haskell#readme>
homepage: https://github.com/biscuit-auth/biscuit-haskell#readme
bug-reports: https://github.com/biscuit-auth/biscuit-haskell/issues
author: Clément Delafargue
maintainer: clement@delafargue.name
copyright: 2021 Clément Delafargue
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
tested-with: GHC ==9.8.4 || ==9.10.3 || ==9.12.4 || ==9.14.1
extra-source-files:
source-repository head
type: git
location: https://github.com/biscuit-auth/biscuit-haskell
library
exposed-modules:
Network.Wai.Middleware.Biscuit
other-modules:
Paths_biscuit_wai
autogen-modules:
Paths_biscuit_wai
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >= 4.7 && <5,
biscuit-haskell >= 0.5 && < 0.6,
bytestring >= 0.10 && <0.13,
http-types ^>= 0.12,
vault ^>= 0.3,
wai ^>= 3.2
default-language: Haskell2010
test-suite biscuit-wai-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
base >=4.7 && <5
, biscuit-haskell
, biscuit-wai
, bytestring
, hspec
, http-client
, http-types
, text
, wai
, warp
default-language: Haskell2010